2013-02-27 08:52:50 +01:00
|
|
|
# Created by: Adam Weinberger
|
2003-08-20 01:03:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fluxter
|
2009-03-01 09:09:59 +01:00
|
|
|
PORTVERSION= 0.2.0
|
2003-08-20 01:03:23 +02:00
|
|
|
CATEGORIES= x11-wm
|
2009-03-01 09:09:59 +01:00
|
|
|
MASTER_SITES= http://www.hydrus.org.uk/downloads/
|
2003-08-20 01:03:23 +02:00
|
|
|
|
2013-02-27 08:52:50 +01:00
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
2003-12-08 00:25:41 +01:00
|
|
|
COMMENT= Desktop pager for the Fluxbox Slit
|
2003-08-20 01:03:23 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 ice xproto xt xaw xext
|
2003-08-20 01:03:23 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-07-06 03:22:56 +02:00
|
|
|
USES= gmake
|
2003-08-20 01:03:23 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s|/fluxbox|/${PORTNAME}|g" \
|
|
|
|
${WRKSRC}/Makefile.in ${WRKSRC}/data/README.fluxter \
|
|
|
|
${WRKSRC}/data/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|