aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/ctwm/Makefile
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>2000-02-14 03:29:15 +0800
committerTorsten Blum <torstenb@FreeBSD.org>2000-02-14 03:29:15 +0800
commit14a3dadcf543982cf7d878fd42bd0262ca8d5d51 (patch)
treea33fa3ff0422da0e6e783b6f0f7cc30d38826f11 /x11-wm/ctwm/Makefile
parent6e329860007159c9cb400aaba71336460aca4eaf (diff)
downloadfreebsd-ports-gnome-14a3dadcf543982cf7d878fd42bd0262ca8d5d51.tar.gz
freebsd-ports-gnome-14a3dadcf543982cf7d878fd42bd0262ca8d5d51.tar.zst
freebsd-ports-gnome-14a3dadcf543982cf7d878fd42bd0262ca8d5d51.zip
Upgrade to ctwm 3.5.2b (aka 3.5.3 - but the distfiles is still called 3.5.2b
for unknown reasons). Since the author of CTWM decided to depend on a feature of GNU's m4 this port now has a dependency on ports/devel/m4.
Diffstat (limited to 'x11-wm/ctwm/Makefile')
-rw-r--r--x11-wm/ctwm/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile
index 132e5fb1ce88..b605ad12986a 100644
--- a/x11-wm/ctwm/Makefile
+++ b/x11-wm/ctwm/Makefile
@@ -6,20 +6,23 @@
# $FreeBSD$
#
-DISTNAME= ctwm-3.5
-PKGNAME= ctwm-3.5.2
+DISTNAME= ctwm-3.5.2b
CATEGORIES= x11-wm
MASTER_SITES= ftp://slhp1.epfl.ch/pub/
-
-PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= ctwm-3.5-3.5.1.diffs.gz ctwm-3.5.1-3.5.2.diffs.gz
-PATCH_DIST_STRIP= -p1
+DISTFILES+= ctwm-3.5.2b.tar.gz ctwm-images.tar.gz
MAINTAINER= torstenb@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
+RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
+
+MAKE_ENV+= LOCALBASE=${LOCALBASE}
USE_IMAKE= yes
MAN1= ctwm.1
+post-extract:
+ @(cd ${WRKSRC} && ${LN} -s ../xpm xpm)
+
.include <bsd.port.mk>