summaryrefslogtreecommitdiffstats
path: root/sysutils/serpentine/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 07:57:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 07:57:39 +0800
commit7d48260effbe5918b5e299173d49134f71a7a5f5 (patch)
tree03bcaa0a7a269e086e0a824cc5834cba5be0148d /sysutils/serpentine/Makefile
parent5cf584c5931d71f29c1a616e77874d93372c28cb (diff)
downloadmarcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.gz
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.zst
marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6151 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/serpentine/Makefile')
-rw-r--r--sysutils/serpentine/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/sysutils/serpentine/Makefile b/sysutils/serpentine/Makefile
deleted file mode 100644
index 3ff96f3bf..000000000
--- a/sysutils/serpentine/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: serpentine
-# Date created: 2005-06-25
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/sysutils/serpentine/Makefile,v 1.1 2006/01/20 02:56:14 ahze Exp $
-
-PORTNAME= serpentine
-PORTVERSION= 0.6.4
-PORTREVISION= 3
-CATEGORIES= sysutils
-MASTER_SITES= http://download.berlios.de/${PORTNAME}/
-
-MAINTAINER= ahze@FreeBSD.org
-COMMENT= Gnome Audio Cd Buner
-
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer80 \
- xmlproc_parse:${PORTSDIR}/textproc/py-xml
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer80 \
- xmlproc_parse:${PORTSDIR}/textproc/py-xml
-
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GNOME= pygnomeextras intlhack
-USE_GMAKE= yes
-USE_GSTREAMER80= core gnomevfs
-USE_PYTHON= 2.4+
-
-OPTIONS= MUINE "Cd-Burner Plugin for muine audio player (i386 only)" Off
-
-.include <bsd.port.pre.mk>
-
-.if (defined(WITH_MUINE) || exists(${X11BASE}/bin/muine)) && ${ARCH}=="i386"
-BUILD_DEPENDS+= muine:${PORTSDIR}/audio/muine
-RUN_DEPENDS+= muine:${PORTSDIR}/audio/muine
-PLIST_SUB+= MUINE=""
-CONFIGURE_ARGS+= --enable-muine
-.else
-PLIST_SUB+= MUINE="@comment "
-.endif
-
-.include <bsd.port.post.mk>