summaryrefslogtreecommitdiffstats
path: root/audio/gnomemedia2/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-13 14:11:49 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-13 14:11:49 +0800
commitb7fa0c11ff90b0eff5881aab152417967f1deb80 (patch)
tree458427a99fc5316f296a17d63cd32f9f8d01ce4b /audio/gnomemedia2/Makefile
parent5ae14a2240577a339bd9062a7f7e126fb436318d (diff)
downloadmarcuscom-ports-b7fa0c11ff90b0eff5881aab152417967f1deb80.tar
marcuscom-ports-b7fa0c11ff90b0eff5881aab152417967f1deb80.tar.gz
marcuscom-ports-b7fa0c11ff90b0eff5881aab152417967f1deb80.tar.bz2
marcuscom-ports-b7fa0c11ff90b0eff5881aab152417967f1deb80.tar.lz
marcuscom-ports-b7fa0c11ff90b0eff5881aab152417967f1deb80.tar.xz
marcuscom-ports-b7fa0c11ff90b0eff5881aab152417967f1deb80.tar.zst
marcuscom-ports-b7fa0c11ff90b0eff5881aab152417967f1deb80.zip
Add gnomemedia2-2.3.x.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@629 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnomemedia2/Makefile')
-rw-r--r--audio/gnomemedia2/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/audio/gnomemedia2/Makefile b/audio/gnomemedia2/Makefile
new file mode 100644
index 000000000..710185188
--- /dev/null
+++ b/audio/gnomemedia2/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: gnomemedia2
+# Date created: 06 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/audio/gnomemedia2/Makefile,v 1.36 2003/04/08 00:40:00 marcus Exp $
+#
+
+PORTNAME= gnomemedia2
+PORTVERSION= 2.3.0
+CATEGORIES= audio gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-media/2.3
+DISTNAME= gnome-media-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Multimedia applications for the GNOME 2 desktop
+
+RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
+LIB_DEPENDS= gstplay-0.6.0:${PORTSDIR}/multimedia/gstreamer-plugins
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_REINPLACE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop gail
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+
+.include <bsd.port.mk>