diff options
author | torstenb <torstenb@FreeBSD.org> | 2000-02-14 03:29:15 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 2000-02-14 03:29:15 +0800 |
commit | f839b1fb359379301a8c3d354a33ba7a332fffc5 (patch) | |
tree | 9574205c1c658ea8696622e9c52c0e7a9e165ae8 /x11-wm/ctwm/Makefile | |
parent | 3d3a90ac310bbca0efac1aec842394cc06ec06cb (diff) | |
download | freebsd-ports-gnome-f839b1fb359379301a8c3d354a33ba7a332fffc5.tar.gz freebsd-ports-gnome-f839b1fb359379301a8c3d354a33ba7a332fffc5.tar.zst freebsd-ports-gnome-f839b1fb359379301a8c3d354a33ba7a332fffc5.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/Makefile | 15 |
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> |