freebsd-ports/x11-wm/fluxter/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

26 lines
564 B
Makefile

# New ports collection makefile for: fluxter
# Date created: 18 Aug 2003
# Whom: Adam Weinberger
#
# $FreeBSD$
#
PORTNAME= fluxter
PORTVERSION= 0.1.0
PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= http://benedict.isomedia.com/homes/stevencooper/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Desktop pager for the Fluxbox Slit
USE_X_PREFIX= yes
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>