1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/x11-wm/fluxconf/Makefile
Kirill Ponomarev 9c67727ea8 Add PORTDOCS
PR:		ports/70604
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-08-18 07:26:50 +00:00

31 lines
605 B
Makefile

# Ports collection Makefile for: fluxconf
# Date created: 29/04/2002
# Whom: hendrik@scholz.net
#
# $FreeBSD$
#
PORTNAME= fluxconf
PORTVERSION= 0.9.7
CATEGORIES= x11-wm
MASTER_SITES= http://devaux.fabien.free.fr/flux/
MAINTAINER= ports@FreeBSD.org
COMMENT= A configuration program for the fluxbox window manager
USE_X_PREFIX= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
PORTDOCS= fluxconf.png fluxkeys.png fluxmenu.png index.html
post-install:
.ifndef (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>