summaryrefslogtreecommitdiffstats
path: root/audio/gnome-media/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-11 10:42:58 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-11 10:42:58 +0800
commitf25f336dcbbf9a65b323d1d199a2416559642b85 (patch)
tree174fa955a4de2e61fd58e758176b7328992d754a /audio/gnome-media/Makefile
parent349d4915b9471b316becbd4423386cdc30070c90 (diff)
downloadmarcuscom-ports-f25f336dcbbf9a65b323d1d199a2416559642b85.tar
marcuscom-ports-f25f336dcbbf9a65b323d1d199a2416559642b85.tar.gz
marcuscom-ports-f25f336dcbbf9a65b323d1d199a2416559642b85.tar.bz2
marcuscom-ports-f25f336dcbbf9a65b323d1d199a2416559642b85.tar.lz
marcuscom-ports-f25f336dcbbf9a65b323d1d199a2416559642b85.tar.xz
marcuscom-ports-f25f336dcbbf9a65b323d1d199a2416559642b85.tar.zst
marcuscom-ports-f25f336dcbbf9a65b323d1d199a2416559642b85.zip
Update to 2.22.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10682 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnome-media/Makefile')
-rw-r--r--audio/gnome-media/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile
new file mode 100644
index 000000000..98e06866a
--- /dev/null
+++ b/audio/gnome-media/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: gnomemedia2
+# Date created: 06 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnome-media
+PORTVERSION= 2.22.0
+CATEGORIES= audio gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Multimedia applications for the GNOME 2 desktop
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+GNOME_DESKTOP_VERSION=2
+USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \
+ gail nautiluscdburner
+USE_GSTREAMER= cdparanoia esound gconf good
+CONFIGURE_ARGS= --enable-ipv6
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= CDDB-Slave2.schemas gnome-audio-profiles.schemas \
+ gnome-cd.schemas gnome-sound-recorder.schemas \
+ gnome-volume-control.schemas
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \
+ ${WRKSRC}/gnome-cd/Makefile.in
+ @${REINPLACE_CMD} -e 's|acd0c|acd0|g ; s|== "xyes|= "xyes|g' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.mk>