summaryrefslogtreecommitdiffstats
path: root/multimedia/cheese/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-14 13:32:49 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-14 13:32:49 +0800
commitc75a493b6c8c9e0c73cc7890860436f1544bb295 (patch)
treed2d73ca09c24dff8a072e0d92745dc88b7274cd4 /multimedia/cheese/Makefile
parent7627212bb3cd4e8882c087bdd1202a4fdb7ace38 (diff)
downloadmarcuscom-ports-c75a493b6c8c9e0c73cc7890860436f1544bb295.tar
marcuscom-ports-c75a493b6c8c9e0c73cc7890860436f1544bb295.tar.gz
marcuscom-ports-c75a493b6c8c9e0c73cc7890860436f1544bb295.tar.bz2
marcuscom-ports-c75a493b6c8c9e0c73cc7890860436f1544bb295.tar.lz
marcuscom-ports-c75a493b6c8c9e0c73cc7890860436f1544bb295.tar.xz
marcuscom-ports-c75a493b6c8c9e0c73cc7890860436f1544bb295.tar.zst
marcuscom-ports-c75a493b6c8c9e0c73cc7890860436f1544bb295.zip
Cheese is a Photobooth-inspired GNOME application for taking pictures and
videos from a webcam. It also includes fancy graphical effects based on the gstreamer-backend. WWW: http://www.gnome.org/projects/cheese/ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10068 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/cheese/Makefile')
-rw-r--r--multimedia/cheese/Makefile45
1 files changed, 45 insertions, 0 deletions
diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile
new file mode 100644
index 000000000..fd48cdcd5
--- /dev/null
+++ b/multimedia/cheese/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: cheese
+# Date created: 13 January 2008
+# Whom: FreeBSD GNOME Team <gnome@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= cheese
+PORTVERSION= 0.3.0
+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
+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
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|[$$]GMSGFMT[$$]|$$MSGFMT$$|g' \
+ ${WRKSRC}/configure
+
+.ifndef (NOPORTDOCS)
+post-install:
+ @${MKDIR} ${DOCSDIR}
+.for i in ${DOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>