summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-09-11 15:53:29 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-09-11 15:53:29 +0000
commita5224aead3da8365c2bdf1e2a91109edc93d5e81 (patch)
tree0cfab87b7240937391338d141dbe00c2a7c791df /x11-wm
parent- Update to 0.2 (diff)
. fix build with clang (CFLAGS+=-Wno-error);
. add LICENSE (GPLv2), bump PORTREVISION; . trim headers; . reword COMMENT; . NOPORTDOCS -> PORT_OPTIONS:MDOCS; . use one line install instead of an if loop. PR: ports/181619 Submitted by: bsam (me) Reviewed by: alfredoj69@gmail.com (maintainer timeout, 2 weeks)
Notes
Notes: svn path=/head/; revision=326989
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fluxconf/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/x11-wm/fluxconf/Makefile b/x11-wm/fluxconf/Makefile
index ce73f36a37cc..2f3f0210f01b 100644
--- a/x11-wm/fluxconf/Makefile
+++ b/x11-wm/fluxconf/Makefile
@@ -3,28 +3,31 @@
PORTNAME= fluxconf
PORTVERSION= 0.9.9
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= x11-wm
MASTER_SITES= http://devaux.fabien.free.fr/flux/
MAINTAINER= alfredoj69@gmail.com
-COMMENT= A configuration program for the fluxbox window manager
+COMMENT= Fluxbox window manager configuration program
USES= pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
+CFLAGS+= -Wno-error
PORTDOCS= fluxconf.png fluxkeys.png fluxmenu.png index.html
PLIST_FILES= bin/fluxbare bin/fluxconf bin/fluxkeys bin/fluxmenu \
share/locale/fi/LC_MESSAGES/fluxconf.mo \
share/locale/fr/LC_MESSAGES/fluxconf.mo
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.options.mk>
+
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/docs/${file} ${DOCSDIR}
-.endfor
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${DOCSDIR}
.endif
.include <bsd.port.mk>