diff options
Diffstat (limited to 'audio/paprefs/Makefile')
-rw-r--r-- | audio/paprefs/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/paprefs/Makefile b/audio/paprefs/Makefile new file mode 100644 index 000000000000..c49ea9ffc6d2 --- /dev/null +++ b/audio/paprefs/Makefile @@ -0,0 +1,24 @@ +# Ports collection Makefile for: paprefs +# Date created: July 21, 2007 +# Whom: Romain Tartière <romain@blogreen.org> +# +# $FreeBSD$ +# + +PORTNAME= paprefs +PORTVERSION= 0.9.5 +CATEGORIES= audio +MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ + +MAINTAINER= romain@blogreen.org +COMMENT= GTK configuration dialog for PulseAudio + +LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ + gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +CONFIGURE_ARGS= --disable-lynx + +.include <bsd.port.mk> |