Tweak audio/xmms-curses version 0.2.2_6
[dports.git] / x11-wm / fluxconf / Makefile
1 # Created by: hendrik@scholz.net
2 # $FreeBSD$
3
4 PORTNAME=       fluxconf
5 PORTVERSION=    0.9.9
6 PORTREVISION=   8
7 CATEGORIES=     x11-wm
8 MASTER_SITES=   http://devaux.fabien.free.fr/flux/
9
10 MAINTAINER=     alfredoj69@gmail.com
11 COMMENT=        Fluxbox window manager configuration program
12
13 LICENSE=        GPLv2+
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 USES=           pkgconfig
17 USE_GNOME=      gtk20
18 GNU_CONFIGURE=  yes
19 CFLAGS+=        -Wno-error
20
21 PORTDOCS=       fluxconf.png fluxkeys.png fluxmenu.png index.html
22 PLIST_FILES=    bin/fluxbare bin/fluxconf bin/fluxkeys bin/fluxmenu \
23                 share/locale/fi/LC_MESSAGES/fluxconf.mo \
24                 share/locale/fr/LC_MESSAGES/fluxconf.mo
25
26 OPTIONS_DEFINE= DOCS
27
28 post-install-DOCS-on:
29         @${MKDIR} ${STAGEDIR}${DOCSDIR}
30         ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${STAGEDIR}${DOCSDIR}
31
32 .include <bsd.port.mk>