1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/x11/xfce4-conf/Makefile
Olivier Duchateau 3c62bcdede Update to 4.12.1
2016-10-24 16:43:16 +00:00

43 lines
1.0 KiB
Makefile

# Created by: Oliver Lehmann <oliver@FreeBSD.org>
# $FreeBSD$
PORTNAME= xfce4-conf
PORTVERSION= 4.12.1
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/src/xfce/xfconf/${PORTVERSION:R}
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.44:textproc/p5-XML-Parser
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libdbus-glib-1.so: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
INSTALL_TARGET= install-strip
CONFIGURE_ARGS=--without-html-dir
OPTIONS_DEFINE= PERL NLS
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
PERL_BUILD_DEPENDS= p5-ExtUtils-Depends>=0.405:devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=1.15:devel/p5-ExtUtils-PkgConfig \
p5-Glib2>=1.321:devel/p5-Glib2
PERL_USE= perl5=run
PERL_CONFIGURE_ENABLE= perl-bindings
OPTIONS_SUB= yes
.include <bsd.port.mk>