diff options
author | proff <proff@pkgsrc.org> | 1999-04-04 03:49:22 +0000 |
---|---|---|
committer | proff <proff@pkgsrc.org> | 1999-04-04 03:49:22 +0000 |
commit | 71aaaa38a0a40eaff6d530958d9c1e9a89ce0836 (patch) | |
tree | 7b846329ca821a6f89bbc72fb27050b695213adc /lang/ucblogo/Makefile | |
parent | c3f4544ef68f77646d085b12d98656b5e600841a (diff) | |
download | pkgsrc-71aaaa38a0a40eaff6d530958d9c1e9a89ce0836.tar.gz |
The perils of having to entertain a pushy 8 year old :)
Diffstat (limited to 'lang/ucblogo/Makefile')
-rw-r--r-- | lang/ucblogo/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/ucblogo/Makefile b/lang/ucblogo/Makefile new file mode 100644 index 00000000000..44233a4a6d8 --- /dev/null +++ b/lang/ucblogo/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: logo +# Version required: 4.6 +# Date created: 18 Feb 1999 +# Whom: proff +# +# $NetBSD: Makefile,v 1.1.1.1 1999/04/04 03:49:22 proff Exp $ + +DISTNAME= ucblogo-4.6 +CATEGORIES= lang +MASTER_SITES= ${MASTER_SITE_GNU} + +MAINTAINER= packages@netbsd.org + +MAKEFILE= makefile +GNU_CONFIGURE= yes +# otherwise ./configure guesses -L incorrectly +CONFIGURE_ENV+= LIBS=-L/usr/X11R6/lib +USE_X11= yes + +.include "../../mk/bsd.pkg.mk" |