diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-25 15:09:02 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-25 15:09:02 +0000 |
commit | 119254c786536254cdfa63296d9878da67e2e6b4 (patch) | |
tree | 500a3d15fc97b93777b0945acc2d6da95dacb6dc /lang/yabasic/Makefile | |
parent | 83cf5c71efff4a384aef51e91379d3744b2be10a (diff) | |
download | ports-119254c786536254cdfa63296d9878da67e2e6b4.tar.gz ports-119254c786536254cdfa63296d9878da67e2e6b4.zip |
Notes
Diffstat (limited to 'lang/yabasic/Makefile')
-rw-r--r-- | lang/yabasic/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile new file mode 100644 index 000000000000..aee9808ab25d --- /dev/null +++ b/lang/yabasic/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: yabasic +# Version required: 2.60 +# Date created: 11 Nov 1999 +# Whom: Frank Gruender +# +# $FreeBSD$ +# + +DISTNAME= yab +PKGNAME= yabasic-2.60 +CATEGORIES= lang +MASTER_SITES= http://www.yabasic.de/download/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= elwood@mc5sys.in-berlin.de + +USE_XLIB= yes +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/yabasic-2.60 + +.include <bsd.port.mk> |