diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-22 23:05:49 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-22 23:05:49 +0000 |
commit | 5c9f6f94bb8be878e6117cbddb793fe0494c1515 (patch) | |
tree | 25aaca7778b783f08122ab782678b7a0c4ff97e7 /lang/logo/Makefile | |
parent | 75c41d2676f55ff2dcb8b2a1cf151314dbf93e00 (diff) | |
download | FreeBSD-ports-5c9f6f94bb8be878e6117cbddb793fe0494c1515.zip FreeBSD-ports-5c9f6f94bb8be878e6117cbddb793fe0494c1515.tar.gz |
Brian Harvey's logo interpreter. I could use some help with the
languages, folks! :-(
Diffstat (limited to 'lang/logo/Makefile')
-rw-r--r-- | lang/logo/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile new file mode 100644 index 0000000..c80d458 --- /dev/null +++ b/lang/logo/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: logo +# Version required: 7.3 +# Date created: 22 October 1994 +# Whom: jkh +# +# $Id: Makefile,v 1.5 1994/10/06 01:33:06 jkh Exp $ +# + +DISTNAME= ucblogo +EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://anarres.cs.berkeley.edu/pub/ucblogo/ +MAKEFILE= makefile + +.include <bsd.port.mk> |