diff options
author | tg <tg@FreeBSD.org> | 1998-08-19 15:01:53 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-08-19 15:01:53 +0800 |
commit | cdc542f63d9b303684d9d98c41784bfedfa37c5f (patch) | |
tree | 8cc90c9f7e791a9c5435ef3ba02b087b193c512b /x11-wm/windowmaker/Makefile | |
parent | 0d8e8cd3af108daf1fb00f93c3d88391532841b1 (diff) | |
download | freebsd-ports-gnome-cdc542f63d9b303684d9d98c41784bfedfa37c5f.tar.gz freebsd-ports-gnome-cdc542f63d9b303684d9d98c41784bfedfa37c5f.tar.zst freebsd-ports-gnome-cdc542f63d9b303684d9d98c41784bfedfa37c5f.zip |
Upgrade to 0.18.1b.
Submitted by: Brian Handy <handy@physics.montana.edu>
Diffstat (limited to 'x11-wm/windowmaker/Makefile')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index f68f076e1d78..c418219277a2 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: WindowMaker -# Version required: 0.17.5 +# Version required: 0.18.1b # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.19 1998/08/07 23:01:40 asami Exp $ +# $Id: Makefile,v 1.20 1998/08/11 08:37:43 tg Exp $ -DISTNAME= WindowMaker-0.17.5 -PKGNAME= windowmaker-0.17.5 +DISTNAME= WindowMaker-0.18.1b +PKGNAME= windowmaker-0.18.1b CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \ ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/ \ @@ -20,6 +20,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ png\\.2\\.:${PORTSDIR}/graphics/png \ tiff34\\.1:${PORTSDIR}/graphics/tiff34 +WRKSRC= ${WRKDIR}/WindowMaker-0.18.1 USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= X11BASE=${X11BASE} |