aboutsummaryrefslogtreecommitdiff
path: root/x11/libxfce4util/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-08-31 15:21:58 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-08-31 15:21:58 +0000
commit28a460d0e9f13de0103b3729487465b77ef4e179 (patch)
treec2561940f9e64e6833815fe4a0548f6bfb9c189a /x11/libxfce4util/Makefile
parentbf658820aaac617ac3e229650a1661db6b176000 (diff)
downloadports-28a460d0e9f13de0103b3729487465b77ef4e179.tar.gz
ports-28a460d0e9f13de0103b3729487465b77ef4e179.zip
Notes
Diffstat (limited to 'x11/libxfce4util/Makefile')
-rw-r--r--x11/libxfce4util/Makefile29
1 files changed, 9 insertions, 20 deletions
diff --git a/x11/libxfce4util/Makefile b/x11/libxfce4util/Makefile
index 84f2f4e44edc..03d977055e3c 100644
--- a/x11/libxfce4util/Makefile
+++ b/x11/libxfce4util/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libxfce4util
PORTVERSION= 4.10.1
+PORTREVISION= 1
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R}
@@ -12,31 +13,19 @@ MAINTAINER= xfce@FreeBSD.org
COMMENT= Extension library for the Xfce desktop environment
GNU_CONFIGURE= yes
-USE_BZIP2= yes
+INSTALL_TARGET= install-strip
+USES= gmake libtool pathfix perl5 pkgconfig tar:bzip2
USE_GNOME= glib20 intltool intlhack
USE_LDCONFIG= yes
USE_XFCE= configenv
-USES= gmake pathfix perl5 pkgconfig
-OPTIONS_DEFINE= NLS DOCS
+OPTIONS_DEFINE= DOCS NLS
+OPTIONS_SUB= yes
-.include <bsd.port.options.mk>
+DOCS_CONFIGURE_ENABLE= gtk-doc-html
+DOCS_CONFIGURE_ON= --with-html-dir=${PREFIX}/share/doc
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-CONFIGURE_ARGS+=--enable-nls
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MDOCS}
-CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/gtk-doc/html
-PLIST_SUB+= APIDOCS=""
-.else
-CONFIGURE_ARGS+=--without-html-dir
-PLIST_SUB+= APIDOCS="@comment "
-.endif
+NLS_CONFIGURE_ENABLE= nls
+NLS_USES= gettext
.include <bsd.port.mk>