summaryrefslogtreecommitdiffstats
path: root/audio/gnome-media/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-27 01:24:35 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-27 01:24:35 +0800
commitcbd9ebd9bc2dbcf3e069d092ca08da37ed667a1e (patch)
treee13adb500c1bd8a8560c1efc432b153acd724ee7 /audio/gnome-media/Makefile
parent98f4a69e7bc146b8ba14556580d9afa3a3a04ecd (diff)
downloadmarcuscom-ports-cbd9ebd9bc2dbcf3e069d092ca08da37ed667a1e.tar
marcuscom-ports-cbd9ebd9bc2dbcf3e069d092ca08da37ed667a1e.tar.gz
marcuscom-ports-cbd9ebd9bc2dbcf3e069d092ca08da37ed667a1e.tar.bz2
marcuscom-ports-cbd9ebd9bc2dbcf3e069d092ca08da37ed667a1e.tar.lz
marcuscom-ports-cbd9ebd9bc2dbcf3e069d092ca08da37ed667a1e.tar.xz
marcuscom-ports-cbd9ebd9bc2dbcf3e069d092ca08da37ed667a1e.tar.zst
marcuscom-ports-cbd9ebd9bc2dbcf3e069d092ca08da37ed667a1e.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8632 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnome-media/Makefile')
-rw-r--r--audio/gnome-media/Makefile47
1 files changed, 47 insertions, 0 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile
new file mode 100644
index 000000000..614fc9c76
--- /dev/null
+++ b/audio/gnome-media/Makefile
@@ -0,0 +1,47 @@
+# New ports collection makefile for: gnomemedia2
+# Date created: 06 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/audio/gnome-media/Makefile,v 1.105 2007/03/12 12:00:20 ahze Exp $
+#
+
+PORTNAME= gnome-media
+PORTVERSION= 2.18.0
+PORTREVISION= 1
+CATEGORIES= audio gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-media/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Multimedia applications for the GNOME 2 desktop
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+INSTALLS_OMF= 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
+
+.include <bsd.port.pre.mk>
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \
+ ${WRKSRC}/gnome-cd/Makefile.in
+.if ${OSVERSION} > 501107
+ @${REINPLACE_CMD} -e 's|acd0c|acd0|' ${WRKSRC}/configure
+.endif
+
+.include <bsd.port.post.mk>