2009-03-02 17:29:48 +01:00
|
|
|
PORTNAME= xfce4-conf
|
2022-12-16 15:55:57 +01:00
|
|
|
PORTVERSION= 4.18.0
|
2009-03-02 17:29:48 +01:00
|
|
|
CATEGORIES= x11 xfce
|
2019-06-19 18:14:27 +02:00
|
|
|
MASTER_SITES= XFCE
|
|
|
|
DISTNAME= xfconf-${DISTVERSIONFULL}
|
2009-03-02 17:29:48 +01:00
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
2011-10-23 13:56:51 +02:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2012-05-25 18:51:40 +02:00
|
|
|
COMMENT= D-Bus-based configuration storage system
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://www.xfce.org/projects
|
2009-03-02 17:29:48 +01:00
|
|
|
|
2015-03-05 23:52:30 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-10-24 18:43:16 +02:00
|
|
|
BUILD_DEPENDS= p5-XML-Parser>=2.44:textproc/p5-XML-Parser
|
2009-03-02 17:29:48 +01:00
|
|
|
|
2019-09-24 15:07:17 +02:00
|
|
|
USES= compiler:c11 gettext-tools gmake gnome libtool pathfix perl5 \
|
|
|
|
pkgconfig tar:bzip2 xfce xorg
|
2019-09-20 01:46:33 +02:00
|
|
|
USE_GNOME= glib20 intltool
|
2009-03-02 17:29:48 +01:00
|
|
|
USE_LDCONFIG= yes
|
2013-09-16 18:32:07 +02:00
|
|
|
USE_PERL5= build
|
2015-03-05 23:52:30 +01:00
|
|
|
USE_XFCE= libutil
|
2010-05-31 17:27:35 +02:00
|
|
|
USE_XORG= x11
|
2015-03-05 23:52:30 +01:00
|
|
|
|
2019-01-22 15:44:38 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
2021-01-02 17:36:33 +01:00
|
|
|
CONFIGURE_ARGS= --without-html-dir \
|
|
|
|
--without-bash-completion-dir
|
2015-03-05 23:52:30 +01:00
|
|
|
|
2019-09-20 01:46:33 +02:00
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
|
2021-01-02 17:36:33 +01:00
|
|
|
OPTIONS_DEFINE= GIR NLS VAPI
|
2019-09-20 01:46:33 +02:00
|
|
|
OPTIONS_DEFAULT= GIR VAPI
|
2019-01-22 15:44:38 +01:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
2019-09-20 01:46:33 +02:00
|
|
|
GIR_DESC= Use Gobject Introspection
|
|
|
|
|
|
|
|
GIR_USE= gnome=introspection:build
|
|
|
|
GIR_CONFIGURE_ON= --enable-introspection=yes
|
|
|
|
GIR_CONFIGURE_OFF= --enable-introspection=no
|
|
|
|
|
2015-03-05 23:52:30 +01:00
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2019-01-22 15:44:38 +01:00
|
|
|
NLS_USES= gettext-runtime
|
|
|
|
|
2022-08-26 17:31:20 +02:00
|
|
|
VAPI_USES= vala:build
|
2019-09-20 01:46:33 +02:00
|
|
|
VAPI_CONFIGURE_ENABLE= vala
|
2019-10-18 23:40:30 +02:00
|
|
|
VAPI_IMPLIES= GIR
|
2019-09-20 01:46:33 +02:00
|
|
|
|
2012-05-30 18:49:12 +02:00
|
|
|
.include <bsd.port.mk>
|