summaryrefslogtreecommitdiffstats
path: root/audio/gnome-media/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-17 09:03:48 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-17 09:03:48 +0800
commit4e48fe9608e6e81cc3f249558d576cc13581edbf (patch)
treec11af95f0e3cf9c3c554bbed63e217f55491ba5b /audio/gnome-media/Makefile
parent16ce5e39efaae87784551eb5fc519162475501c6 (diff)
downloadmarcuscom-ports-4e48fe9608e6e81cc3f249558d576cc13581edbf.tar
marcuscom-ports-4e48fe9608e6e81cc3f249558d576cc13581edbf.tar.gz
marcuscom-ports-4e48fe9608e6e81cc3f249558d576cc13581edbf.tar.bz2
marcuscom-ports-4e48fe9608e6e81cc3f249558d576cc13581edbf.tar.lz
marcuscom-ports-4e48fe9608e6e81cc3f249558d576cc13581edbf.tar.xz
marcuscom-ports-4e48fe9608e6e81cc3f249558d576cc13581edbf.tar.zst
marcuscom-ports-4e48fe9608e6e81cc3f249558d576cc13581edbf.zip
- Update to 2.13.5
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5404 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnome-media/Makefile')
-rw-r--r--audio/gnome-media/Makefile49
1 files changed, 49 insertions, 0 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile
new file mode 100644
index 000000000..dfbf27d47
--- /dev/null
+++ b/audio/gnome-media/Makefile
@@ -0,0 +1,49 @@
+# 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.79 2005/09/04 21:49:55 marcus Exp $
+#
+
+PORTNAME= gnomemedia2
+PORTVERSION= 2.13.5
+CATEGORIES= audio gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-media/2.13
+DISTNAME= gnome-media-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Multimedia applications for the GNOME 2 desktop
+
+USE_BZIP2= yes
+INSTALLS_OMF= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
+INSTALLS_SHLIB= yes
+USE_REINPLACE= yes
+GNOME_DESKTOP_VERSION=2
+USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \
+ gail nautiluscdburner
+USE_GSTREAMER= esound cdparanoia gconf
+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|%%CDROM%%|acd0|' ${WRKSRC}/configure
+.else
+ @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0c|' ${WRKSRC}/configure
+.endif
+
+.include <bsd.port.post.mk>