2002-05-03 01:26:45 +02:00
|
|
|
# Ports collection Makefile for: fluxconf
|
|
|
|
# Date created: 29/04/2002
|
|
|
|
# Whom: hendrik@scholz.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fluxconf
|
2006-02-13 11:03:21 +01:00
|
|
|
PORTVERSION= 0.9.9
|
2006-08-13 02:52:28 +02:00
|
|
|
PORTREVISION= 1
|
2002-05-03 01:26:45 +02:00
|
|
|
CATEGORIES= x11-wm
|
|
|
|
MASTER_SITES= http://devaux.fabien.free.fr/flux/
|
|
|
|
|
2004-08-09 10:58:56 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-08-10 20:54:49 +02:00
|
|
|
COMMENT= A configuration program for the fluxbox window manager
|
2002-05-03 01:26:45 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2003-05-10 17:25:00 +02:00
|
|
|
USE_GNOME= gtk20
|
2004-08-10 20:54:49 +02:00
|
|
|
GNU_CONFIGURE= yes
|
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
|
|
|
|
|
|
|
post-install:
|
2005-04-10 16:33:41 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2004-08-18 09:26:50 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2005-04-10 16:33:41 +02:00
|
|
|
.for file in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/${file} ${DOCSDIR}
|
2004-08-18 09:26:50 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2002-05-03 01:26:45 +02:00
|
|
|
.include <bsd.port.mk>
|