Import audio/clementine-player version 1.2.1_7
[dports.git] / audio / paprefs / Makefile
1 # Created by: Romain Tartière <romain@blogreen.org>
2 # $FreeBSD$
3
4 PORTNAME=       paprefs
5 PORTVERSION=    0.9.9
6 PORTREVISION=   1
7 CATEGORIES=     audio
8 MASTER_SITES=   http://0pointer.de/lennart/projects/${PORTNAME}/
9
10 MAINTAINER=     romain@FreeBSD.org
11 COMMENT=        GTK configuration dialog for PulseAudio
12
13 LIB_DEPENDS=    libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
14                 libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 \
15                 libpulse.so:${PORTSDIR}/audio/pulseaudio
16
17 GNU_CONFIGURE=  yes
18 USES=           gmake pathfix pkgconfig
19 NO_STAGE=       yes
20 USE_GNOME=      gnomeprefix intltool
21
22 CONFIGURE_ARGS= --disable-lynx
23
24 OPTIONS_DEFINE= PK NLS
25 PK_DESC=        Force dependency on PackageKit
26
27 .include <bsd.port.options.mk>
28
29 .if ${PORT_OPTIONS:MPK}
30 LIB_DEPENDS+=   libpackagekit-glib2.so:${PORTSDIR}/ports-mgmt/packagekit
31 .endif
32
33 .if ${PORT_OPTIONS:MNLS}
34 USES+=          gettext
35 PLIST_SUB+=     NLS=""
36 .else
37 CONFIGURE_ARGS+=        --disable-nls
38 PLIST_SUB+=     NLS="@comment "
39 .endif
40
41 .include <bsd.port.mk>