diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-31 15:21:24 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-31 15:21:24 +0000 |
commit | bf658820aaac617ac3e229650a1661db6b176000 (patch) | |
tree | 1de9b75bc29b332bc360553c36eec03367cf2ac9 /sysutils/garcon/Makefile | |
parent | aafc6248a12ec08647ae9c76ae7bca54f0a8cdea (diff) |
Notes
Diffstat (limited to 'sysutils/garcon/Makefile')
-rw-r--r-- | sysutils/garcon/Makefile | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/sysutils/garcon/Makefile b/sysutils/garcon/Makefile index 95cf170ceffd..2ae247246057 100644 --- a/sysutils/garcon/Makefile +++ b/sysutils/garcon/Makefile @@ -3,6 +3,7 @@ PORTNAME= garcon PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} @@ -12,30 +13,18 @@ MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce 4 essential utilities and scripts GNU_CONFIGURE= yes -USE_BZIP2= yes +INSTALL_TARGET= install-strip +USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= glib20 intltool intlhack USE_XFCE= configenv libutil -USES= pathfix pkgconfig gmake -OPTIONS_DEFINE= DOCS NLS +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> |