diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-09-08 02:37:52 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-09-08 02:37:52 +0800 |
commit | cf21a11359637e5fa704f9c9f826a344ba7d1ebf (patch) | |
tree | 22a8f4829412841699bcfb4cadfab8e035054c38 | |
parent | 5993caa3a8f5cf837a5c254b6cb7012d0493871a (diff) | |
download | freebsd-ports-gnome-cf21a11359637e5fa704f9c9f826a344ba7d1ebf.tar.gz freebsd-ports-gnome-cf21a11359637e5fa704f9c9f826a344ba7d1ebf.tar.zst freebsd-ports-gnome-cf21a11359637e5fa704f9c9f826a344ba7d1ebf.zip |
- Convert to OPTIONSng
- Remove deprecated header information
- Pacify portlint
-rw-r--r-- | audio/gbsplay/Makefile | 15 | ||||
-rw-r--r-- | audio/xmms-gbsplay/Makefile | 5 |
2 files changed, 5 insertions, 15 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> diff --git a/audio/xmms-gbsplay/Makefile b/audio/xmms-gbsplay/Makefile index 1585164a5f1f..20962ef243e1 100644 --- a/audio/xmms-gbsplay/Makefile +++ b/audio/xmms-gbsplay/Makefile @@ -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- |