mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
76d19d1f2a
PR: ports/100608 Submitted by: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
35 lines
783 B
Makefile
35 lines
783 B
Makefile
# Ports collection Makefile for: fluxconf
|
|
# Date created: 29/04/2002
|
|
# Whom: hendrik@scholz.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fluxconf
|
|
PORTVERSION= 0.9.9
|
|
PORTREVISION= 1
|
|
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
|
|
PLIST_FILES= bin/fluxbare bin/fluxconf bin/fluxkeys bin/fluxmenu \
|
|
share/locale/fi/LC_MESSAGES/fluxconf.mo \
|
|
share/locale/fr/LC_MESSAGES/fluxconf.mo
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/docs/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|