aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/flwm/Makefile
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-12-08 05:25:30 +0800
committergahr <gahr@FreeBSD.org>2008-12-08 05:25:30 +0800
commitdcf05ca185c05b8d598f0078743951bb35ec3238 (patch)
tree132d696ecbdbf7026f055b3561b813d6b22a4534 /x11-wm/flwm/Makefile
parent2e2b2bdfc182148168ddba06d00641b957bc01a1 (diff)
downloadfreebsd-ports-gnome-dcf05ca185c05b8d598f0078743951bb35ec3238.tar.gz
freebsd-ports-gnome-dcf05ca185c05b8d598f0078743951bb35ec3238.tar.zst
freebsd-ports-gnome-dcf05ca185c05b8d598f0078743951bb35ec3238.zip
- Update to 1.02
- Take maintainship Thanks to: miwi@ for resurrecting the port
Diffstat (limited to 'x11-wm/flwm/Makefile')
-rw-r--r--x11-wm/flwm/Makefile26
1 files changed, 7 insertions, 19 deletions
diff --git a/x11-wm/flwm/Makefile b/x11-wm/flwm/Makefile
index 0616386ec737..c0e06cae151d 100644
--- a/x11-wm/flwm/Makefile
+++ b/x11-wm/flwm/Makefile
@@ -6,34 +6,22 @@
#
PORTNAME= flwm
-PORTVERSION= 1.00
-PORTREVISION= 2
+PORTVERSION= 1.02
CATEGORIES= x11-wm
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= gj
+MASTER_SITES= SF
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= gahr@FreeBSD.org
COMMENT= The Fast Light Window Manager
-DEPRECATED= Project is dead, and uses obsolete version of fltk
-EXPIRATION_DATE= 2008-10-19
-
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
-MAKE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS}
-
GNU_CONFIGURE= yes
+
MAN1= flwm.1
PLIST_FILES= bin/flwm
-.include <bsd.port.pre.mk>
-
-# could be a problem if both versions of freetype are installed
-.if exists(${LOCALBASE}/include/freetype1/freetype/freetype.h)
-CONFIGURE_ARGS= --includedir="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype1"
-.elif exists(${LOCALBASE}/include/freetype2/freetype/freetype.h)
-CONFIGURE_ARGS= --includedir="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2"
-.endif
+post-patch:
+ ${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>