aboutsummaryrefslogtreecommitdiff
path: root/sysutils/serpentine
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-14 02:39:45 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-14 02:39:45 +0000
commit8a187cd6808a196b89023227e510c39fe4359427 (patch)
tree48ae5154ef53e56e932a8c3b184a26123547018d /sysutils/serpentine
parent0c3ec81cccef9d16a0260058ab9f1b7a318767c1 (diff)
downloadports-8a187cd6808a196b89023227e510c39fe4359427.tar.gz
ports-8a187cd6808a196b89023227e510c39fe4359427.zip
Notes
Diffstat (limited to 'sysutils/serpentine')
-rw-r--r--sysutils/serpentine/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/sysutils/serpentine/Makefile b/sysutils/serpentine/Makefile
index 5d67df3ea9a6..eff3f1980ad6 100644
--- a/sysutils/serpentine/Makefile
+++ b/sysutils/serpentine/Makefile
@@ -9,8 +9,7 @@ PORTNAME= serpentine
PORTVERSION= 0.7
PORTREVISION= 7
CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_BERLIOS}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= BERLIOS
MAINTAINER= ports@FreeBSD.org
COMMENT= Gnome Audio Cd Burner
@@ -25,11 +24,15 @@ USE_GMAKE= yes
USE_GSTREAMER= core gnomevfs python
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(${LOCALBASE}/bin/muine)) && ${ARCH}=="i386"
+.if ${ARCH} == "i386"
+OPTIONS= MUINE "Cd-Burner Plugin for muine audio player" Off
+.endif
+
+.include <bsd.port.options.mk>
+
+.if defined(WITH_MUINE)
BUILD_DEPENDS+= muine:${PORTSDIR}/audio/muine
RUN_DEPENDS+= muine:${PORTSDIR}/audio/muine
PLIST_SUB+= MUINE=""