3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
26 lines
583 B
Makefile
26 lines
583 B
Makefile
# New ports collection makefile for: fluxter
|
|
# Date created: 18 Aug 2003
|
|
# Whom: Adam Weinberger
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fluxter
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://benedict.isomedia.com/homes/stevencooper/files/
|
|
|
|
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>
|