1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11-wm/fluxconf/Makefile
Patrick Li 0328be6e60 Add new port fluxconf - a configuration program for the fluxbox
window manager

PR:		37588
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
2002-05-02 23:26:45 +00:00

35 lines
686 B
Makefile

# Ports collection Makefile for: fluxconf
# Date created: 29/04/2002
# Whom: hendrik@scholz.net
#
# $FreeBSD$
#
PORTNAME= fluxconf
PORTVERSION= 0.6
CATEGORIES= x11-wm
MASTER_SITES= http://devaux.fabien.free.fr/flux/
MAINTAINER= hendrik@scholz.net
USE_X_PREFIX= yes
USE_GTK= yes
USE_BZIP2= yes
.ifndef(WITHOUT_LOGO)
pre-everything::
@${ECHO_CMD} ""
@${ECHO_CMD} "You can disable the spash logo when starting the"
@${ECHO_CMD} "program by defining WITHOUT_LOGO"
@${ECHO_CMD} ""
.endif
post-patch:
@${RM} ${WRKSRC}/fluxconf
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/fluxconf ${PREFIX}/bin
@${LN} -s ${PREFIX}/bin/fluxconf ${PREFIX}/bin/fluxkeys
.include <bsd.port.mk>