diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 19:50:46 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 19:50:46 +0000 |
commit | 500b47f7aef2ec4f463df2058ef05d2530b5d62b (patch) | |
tree | ccbc3d4e3c727b47b7fc234ac22f34eae1205a4c /x11-wm/windowmaker | |
parent | 0e204bbcc7f3b79f6a7a46b11ad02f07c28aa961 (diff) |
Notes
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index b9a387600585..348b5d4d82d2 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -1,16 +1,17 @@ # New ports collection makefile for: WindowMaker -# Version required: 0.62.1 # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # # $FreeBSD$ +# -DISTNAME= WindowMaker-0.62.1 -PKGNAME= windowmaker-0.62.1 +PORTNAME= windowmaker +PORTVERSION= 0.62.1 CATEGORIES= x11-wm windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \ http://jgo.local.net/cool_downloads/wm/ MASTER_SITE_SUBDIR= beta/srcs +DISTNAME= WindowMaker-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} MAINTAINER= sobomax@altavista.net |