summaryrefslogtreecommitdiffstats
path: root/audio/gstreamer-plugins-pulse/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /audio/gstreamer-plugins-pulse/Makefile
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gstreamer-plugins-pulse/Makefile')
-rw-r--r--audio/gstreamer-plugins-pulse/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/audio/gstreamer-plugins-pulse/Makefile b/audio/gstreamer-plugins-pulse/Makefile
deleted file mode 100644
index a8414f0d0..000000000
--- a/audio/gstreamer-plugins-pulse/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: gstreamer-plugins-pulse
-# Date created: July 22, 2006
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gstreamer-plugins
-PORTVERSION= 0.9.3
-CATEGORIES= audio
-MASTER_SITES= http://0pointer.de/lennart/projects/gst-pulse/
-PKGNAMESUFFIX= -pulse
-DISTNAME= gst${PKGNAMESUFFIX}-${PORTVERSION}
-
-MAINTAINER= multimedia@FreeBSD.org
-COMMENT= GStreamer plugin for pulseaudio
-
-LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_GNOME= lthack gnomehack
-USE_GSTREAMER= yes
-CONFIGURE_ARGS= --disable-lynx
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-PLIST_FILES= lib/gstreamer-0.10/libgstpulse.a \
- lib/gstreamer-0.10/libgstpulse.la \
- lib/gstreamer-0.10/libgstpulse.so \
- lib/gstreamer-0.10/libgstpulse.so.0
-
-.include <bsd.port.mk>