freebsd-ports/audio/paprefs/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

34 lines
726 B
Makefile

# Ports collection Makefile for: paprefs
# Date created: July 21, 2007
# Whom: Romain Tartière <romain@blogreen.org>
#
# $FreeBSD$
#
PORTNAME= paprefs
PORTVERSION= 0.9.7
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
MAINTAINER= romain@FreeBSD.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
USE_GNOME= gnomeprefix gnomehack intltool
CONFIGURE_ARGS= --disable-lynx
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>