summaryrefslogtreecommitdiffstats
path: root/audio/gnome-media/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-21 04:58:20 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-21 04:58:20 +0800
commit6ffa52a6a6254ebe9516b206fdcf2198b3b40874 (patch)
tree6e8fa73ef8ec7f4db052960c1b7cbddbbe1df9e8 /audio/gnome-media/Makefile
parent548115082f995ef53c844409dac38caad56eee49 (diff)
downloadmarcuscom-ports-6ffa52a6a6254ebe9516b206fdcf2198b3b40874.tar
marcuscom-ports-6ffa52a6a6254ebe9516b206fdcf2198b3b40874.tar.gz
marcuscom-ports-6ffa52a6a6254ebe9516b206fdcf2198b3b40874.tar.bz2
marcuscom-ports-6ffa52a6a6254ebe9516b206fdcf2198b3b40874.tar.lz
marcuscom-ports-6ffa52a6a6254ebe9516b206fdcf2198b3b40874.tar.xz
marcuscom-ports-6ffa52a6a6254ebe9516b206fdcf2198b3b40874.tar.zst
marcuscom-ports-6ffa52a6a6254ebe9516b206fdcf2198b3b40874.zip
- Bump PORTREVISION to assist with portupgrade since some things seem
to use .la files =/ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6670 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnome-media/Makefile')
-rw-r--r--audio/gnome-media/Makefile46
1 files changed, 46 insertions, 0 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile
new file mode 100644
index 000000000..fbef11f2f
--- /dev/null
+++ b/audio/gnome-media/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: gnomemedia2
+# Date created: 06 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/audio/gnomemedia2/Makefile,v 1.95 2006/04/13 07:52:30 bland Exp $
+#
+
+PORTNAME= gnome-media
+PORTVERSION= 2.14.2
+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
+INSTALLS_SHLIB= yes
+GNOME_DESKTOP_VERSION=2
+USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \
+ gail nautiluscdburner
+USE_GSTREAMER= esound gconf good
+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>