summaryrefslogtreecommitdiffstats
path: root/multimedia/cheese/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-28 09:24:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-28 09:24:27 +0800
commit8abf97bbeb6abd7852c0279de6689508080339f8 (patch)
tree491267af41db42e80ad6cb6b4e92868ea3f68639 /multimedia/cheese/Makefile
parenta2091162d61a61b1325bc99e1acde4e1d7a272fe (diff)
downloadmarcuscom-ports-8abf97bbeb6abd7852c0279de6689508080339f8.tar
marcuscom-ports-8abf97bbeb6abd7852c0279de6689508080339f8.tar.gz
marcuscom-ports-8abf97bbeb6abd7852c0279de6689508080339f8.tar.bz2
marcuscom-ports-8abf97bbeb6abd7852c0279de6689508080339f8.tar.lz
marcuscom-ports-8abf97bbeb6abd7852c0279de6689508080339f8.tar.xz
marcuscom-ports-8abf97bbeb6abd7852c0279de6689508080339f8.tar.zst
marcuscom-ports-8abf97bbeb6abd7852c0279de6689508080339f8.zip
Update to 2.23.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10914 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/cheese/Makefile')
-rw-r--r--multimedia/cheese/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile
new file mode 100644
index 000000000..198a335e9
--- /dev/null
+++ b/multimedia/cheese/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: cheese
+# Date created: 13 January 2008
+# Whom: FreeBSD GNOME Team <gnome@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/multimedia/cheese/Makefile,v 1.9 2008/03/10 21:10:13 mezz Exp $
+#
+
+PORTNAME= cheese
+PORTVERSION= 2.23.1
+CATEGORIES= multimedia gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A Photobooth-inspired app for taking pictures and videos from webcam
+
+USE_XORG= xxf86vm
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnomeprefix gnometarget intlhack evolutiondataserver \
+ librsvg2 gnomedocutils
+USE_GETTEXT= yes
+USE_GSTREAMER= good
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+DOCS= AUTHORS COPYING ChangeLog NEWS README
+GCONF_SCHEMAS= cheese.schemas
+
+.ifndef (NOPORTDOCS)
+post-install:
+ @${MKDIR} ${DOCSDIR}
+.for i in ${DOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>