freebsd-ports/audio/paprefs/Makefile
Baptiste Daroussin ab669cf5b8 Convert romain's ports to new option framework
While here Trim headers

Approved by:	maintainer timeout (2 weeks)
2012-12-29 23:07:29 +00:00

40 lines
890 B
Makefile

# Created by: Romain Tartière <romain@blogreen.org>
# $FreeBSD$
PORTNAME= paprefs
PORTVERSION= 0.9.9
PORTREVISION= 1
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 \
pulse.0:${PORTSDIR}/audio/pulseaudio
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intltool
CONFIGURE_ARGS= --disable-lynx
OPTIONS_DEFINE= PK NLS
PK_DESC= Force dependency on PackageKit
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPK}
LIB_DEPENDS+= packagekit-glib2.14:${PORTSDIR}/ports-mgmt/packagekit
.endif
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>