diff options
Diffstat (limited to 'x11-wm/9wm/Makefile')
-rw-r--r-- | x11-wm/9wm/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-wm/9wm/Makefile b/x11-wm/9wm/Makefile new file mode 100644 index 0000000..5d4279a --- /dev/null +++ b/x11-wm/9wm/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: 9wm +# Version required: 1.1 +# Date created: Sun Aug 13 12:36:14 CDT 1995 +# Whom: erich@rrnet.com +# +# $Id$ +# + +DISTNAME= 9wm-1.1 +CATEGORIES+= plan9 +MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/arnold/ +EXTRACT_SUFX= .shar.gz + +NO_WRKSUBDIR= yes +EXTRACT_CMD= zcat +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= |sh +USE_IMAKE= yes + +.include <bsd.port.mk> |