diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-15 10:22:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-15 10:22:06 +0000 |
commit | 8861e75851307451eaf0bde4fb9590ddee633925 (patch) | |
tree | 505f19a1b0475d611b7b230c89bcfd47ad199378 /graphics/xmandel/Makefile | |
parent | 3185b4188bd2900fc0bcad327073e7f29a7ab4a4 (diff) |
Notes
Diffstat (limited to 'graphics/xmandel/Makefile')
-rw-r--r-- | graphics/xmandel/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/xmandel/Makefile b/graphics/xmandel/Makefile new file mode 100644 index 000000000000..c27330facfc0 --- /dev/null +++ b/graphics/xmandel/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xmandel +# Version required: 1.00 +# Date created: 18 October 1996 +# Whom: andreas@marvin.robin.de +# +# $Id$ +# + +DISTNAME= xmandel +PKGNAME= xmandel-1.0 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.cray.com/src/graphics/xmandel/ +EXTRACT_SUFX= .shar +# The README says the location is ftp.cray.com:/usr/ftp/src/graphics/xmandel, +# but this has changed apparently. + +EXTRACT_CMD= sh +EXTRACT_BEFORE_ARGS= +USE_IMAKE= yes +NO_WRKSUBDIR= yes + +MAINTAINER= andreas@marvin.robin.de + +.include <bsd.port.mk> |