diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-05 17:07:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-05 17:07:43 +0000 |
commit | fb3520254ab73be0aad04c3a63b781750cf26b5b (patch) | |
tree | 268d74f9d8738f78b0c895672044611aa6343387 /audio/mangler | |
parent | 4706739618b79681811e5b336a54032908638160 (diff) |
Notes
Diffstat (limited to 'audio/mangler')
-rw-r--r-- | audio/mangler/Makefile | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/audio/mangler/Makefile b/audio/mangler/Makefile index e63dc456713d..86da8428506f 100644 --- a/audio/mangler/Makefile +++ b/audio/mangler/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mangler -# Date created: 2010-10-18 -# Whom: Janik Galasso <janik@hikarihq.com> -# +# Created by: Janik Galasso <janik@hikarihq.com> # $FreeBSD$ -# PORTNAME= mangler PORTVERSION= 1.2.3 @@ -30,21 +26,17 @@ USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS= PULSEAUDIO "Adds support for the PulseAudio sound server" off +OPTIONS_DEFINE= PULSEAUDIO MAN1= mangler.1 -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if ${OSVERSION} < 800000 -BROKEN= does not build -.endif - -.if !defined(WITHOUT_PULSEAUDIO) +.if ${PORT_OPTIONS:MPULSEAUDIO} LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio CONFIGURE_ARGS+=--with-pulseaudio .else CONFIGURE_ARGS+=--without-pulseaudio .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |