- Convert to OPTIONSng

- Remove deprecated header information
- Pacify portlint
This commit is contained in:
Emanuel Haupt 2012-09-07 18:37:52 +00:00
parent a62fe9e91b
commit ce6a1d1eab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303818
2 changed files with 5 additions and 15 deletions

View file

@ -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>

View file

@ -1,9 +1,4 @@
# New ports collection makefile for: xmms-gbsplay
# Date created: 25 Jun 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PKGNAMEPREFIX= xmms-