2013-09-03 08:36:41 +02:00
|
|
|
# Created by: hendrik@scholz.net
|
2002-05-03 01:26:45 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fluxconf
|
2006-02-13 11:03:21 +01:00
|
|
|
PORTVERSION= 0.9.9
|
2013-09-11 17:53:29 +02:00
|
|
|
PORTREVISION= 8
|
2002-05-03 01:26:45 +02:00
|
|
|
CATEGORIES= x11-wm
|
|
|
|
MASTER_SITES= http://devaux.fabien.free.fr/flux/
|
|
|
|
|
2007-01-30 03:13:45 +01:00
|
|
|
MAINTAINER= alfredoj69@gmail.com
|
2013-09-11 17:53:29 +02:00
|
|
|
COMMENT= Fluxbox window manager configuration program
|
2002-05-03 01:26:45 +02:00
|
|
|
|
2013-09-03 08:36:41 +02:00
|
|
|
USES= pkgconfig
|
2003-05-10 17:25:00 +02:00
|
|
|
USE_GNOME= gtk20
|
2004-08-10 20:54:49 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-09-11 17:53:29 +02:00
|
|
|
CFLAGS+= -Wno-error
|
2002-05-03 01:26:45 +02:00
|
|
|
|
2004-08-18 09:26:50 +02:00
|
|
|
PORTDOCS= fluxconf.png fluxkeys.png fluxmenu.png index.html
|
2005-04-10 16:33:41 +02:00
|
|
|
PLIST_FILES= bin/fluxbare bin/fluxconf bin/fluxkeys bin/fluxmenu \
|
|
|
|
share/locale/fi/LC_MESSAGES/fluxconf.mo \
|
|
|
|
share/locale/fr/LC_MESSAGES/fluxconf.mo
|
2004-08-18 09:26:50 +02:00
|
|
|
|
2013-09-11 17:53:29 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2004-08-18 09:26:50 +02:00
|
|
|
post-install:
|
2013-09-11 17:53:29 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2014-07-02 04:41:27 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${STAGEDIR}${DOCSDIR}
|
2004-08-18 09:26:50 +02:00
|
|
|
.endif
|
|
|
|
|
2002-05-03 01:26:45 +02:00
|
|
|
.include <bsd.port.mk>
|