blob: 7a478268a1c96adc1e258115c7aa34780ca4a611 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
# $FreeBSD$
PORTNAME= xfce4-conf
PORTVERSION= 4.12.0
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
DISTNAME= xfconf-${PORTVERSION}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= D-Bus-based configuration storage system
LICENSE= GPLv2
BUILD_DEPENDS= p5-XML-Parser>=2.41:${PORTSDIR}/textproc/p5-XML-Parser
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
GNU_CONFIGURE= yes
USE_GNOME= glib20 gtk20 intltool intlhack
USE_LDCONFIG= yes
USE_PERL5= build
USE_XFCE= libutil
USE_XORG= x11
USES= gmake libtool pathfix pkgconfig perl5 gettext-tools \
xfce tar:bzip2
CONFIGURE_ARGS=--without-html-dir
OPTIONS_DEFINE= PERL NLS
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
PERL_BUILD_DEPENDS= p5-ExtUtils-Depends>=0.304:${PORTSDIR}/devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=1.15:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
p5-Glib2>=1.280:${PORTSDIR}/devel/p5-Glib2
PERL_USE= perl5=run
PERL_CONFIGURE_ENABLE= perl-bindings
OPTIONS_SUB= yes
.include <bsd.port.mk>
|