diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-06 08:52:44 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-06 08:52:44 +0000 |
commit | 785a0fcc3b24d55a758de3f070e0b37ef530493c (patch) | |
tree | e9d0be99a7ee20e2244cebfd994095e3218081a6 /lang/icon/Makefile | |
parent | c549162079fb7c61977ac5dfaee2e2e7ecc80392 (diff) | |
download | ports-785a0fcc3b24d55a758de3f070e0b37ef530493c.tar.gz ports-785a0fcc3b24d55a758de3f070e0b37ef530493c.zip |
Notes
Diffstat (limited to 'lang/icon/Makefile')
-rw-r--r-- | lang/icon/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile new file mode 100644 index 000000000000..58cbf2c98095 --- /dev/null +++ b/lang/icon/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: icon +# Version required: 9.0 +# Date created: 05 April 1995 +# Whom: thomas@ghpc8.ihf.rwth-aachen.de +# + +DISTNAME= icon-9.0 +DISTFILES= unix_tar.gz +MASTER_SITES= ftp://cs.arizona.edu/icon/packages/unix/ +CATEGORIES+= languages +PATCH_STRIP= -p1 +NO_WRKSUBDIR= true +ALL_TARGET= Icon + +.include <bsd.port.mk> |