aboutsummaryrefslogtreecommitdiff
path: root/audio/gbsplay/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2012-09-07 18:37:52 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2012-09-07 18:37:52 +0000
commitce6a1d1eab1cdba7869abbb2b59221744298e3ec (patch)
tree22a8f4829412841699bcfb4cadfab8e035054c38 /audio/gbsplay/Makefile
parenta62fe9e91bdf6523a750cbc9869a3fc962c52af7 (diff)
downloadports-ce6a1d1eab1cdba7869abbb2b59221744298e3ec.tar.gz
ports-ce6a1d1eab1cdba7869abbb2b59221744298e3ec.zip
- Convert to OPTIONSng
- Remove deprecated header information - Pacify portlint
Notes
Notes: svn path=/head/; revision=303818
Diffstat (limited to 'audio/gbsplay/Makefile')
-rw-r--r--audio/gbsplay/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/audio/gbsplay/Makefile b/audio/gbsplay/Makefile
index 1eaad798d603..2ce755c2db13 100644
--- a/audio/gbsplay/Makefile
+++ b/audio/gbsplay/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: gbsplay
-# Date created: 25 Jun 2005
-# Whom: Emanuel Haupt <ehaupt@critical.ch>
-#
# $FreeBSD$
-#
PORTNAME= gbsplay
PORTVERSION= 0.0.8
@@ -31,16 +26,16 @@ MAN1= gbsplay.1 gbsinfo.1
MAN5= gbsplayrc.5
PORTDOCS= COPYRIGHT HISTORY README
-OPTIONS= NAS "NAS sound output" on
+OPTIONS_DEFINE= NAS
.endif
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PKGNAMEPREFIX} == ""
-.if defined(WITH_NAS)
-LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas
+.if ${PORT_OPTIONS:MNAS}
+LIB_DEPENDS+= audio:${PORTSDIR}/audio/nas
.else
CONFIGURE_ARGS+= --disable-nas
.endif
@@ -98,4 +93,4 @@ do-install:
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>