freebsd-ports/x11-wm/fluxter/Makefile
Rong-En Fan a50bc75a3e - Update to 0.2.0 so that it can work with current Fluxbox version in ports.
PR:		ports/132163
Submitted by:	Robert Woolley <freebsd at rwoolley.com>
2009-03-01 08:09:59 +00:00

26 lines
548 B
Makefile

# New ports collection makefile for: fluxter
# Date created: 18 Aug 2003
# Whom: Adam Weinberger
#
# $FreeBSD$
#
PORTNAME= fluxter
PORTVERSION= 0.2.0
CATEGORIES= x11-wm
MASTER_SITES= http://www.hydrus.org.uk/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Desktop pager for the Fluxbox Slit
USE_XORG= x11 ice xproto xt xaw xext
GNU_CONFIGURE= yes
USE_GMAKE= yes
post-patch:
@${REINPLACE_CMD} -e "s|/fluxbox|/${PORTNAME}|g" \
${WRKSRC}/Makefile.in ${WRKSRC}/data/README.fluxter \
${WRKSRC}/data/Makefile.in
.include <bsd.port.mk>