summaryrefslogtreecommitdiff
path: root/lang/rexx-regina/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-09-02 17:22:25 +0000
committeragc <agc@pkgsrc.org>2002-09-02 17:22:25 +0000
commit6a6d83f4d175d0ec4750cffeadc717217b097b4e (patch)
treec74e24d7494284a83996531708322fcec892374e /lang/rexx-regina/Makefile
parent94223ac453497f27a81061c36f22fed4e0932b2d (diff)
downloadpkgsrc-6a6d83f4d175d0ec4750cffeadc717217b097b4e.tar.gz
Initial import of Regina rexx 3.0.1 into the NetBSD Packages Collection.
Regina is a Rexx interpreter that has been ported to most Unix platforms and also to OS/2, eCS, DOS, Win9x/Me/NT/2k/XP, Amiga, QNX, BeOS, MacOS X, EPOC32, AtheOS, OpenVMS and OpenEdition. Rexx is a programming language that was designed to be easy to use for inexperienced programmers yet powerful enough for experienced users. It is also a language ideally suited as a macro language for other applications.
Diffstat (limited to 'lang/rexx-regina/Makefile')
-rw-r--r--lang/rexx-regina/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/rexx-regina/Makefile b/lang/rexx-regina/Makefile
new file mode 100644
index 00000000000..968bb217f02
--- /dev/null
+++ b/lang/rexx-regina/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/02 17:22:25 agc Exp $
+#
+
+DISTNAME= regina301
+PKGNAME= rexx-regina-3.0.1
+CATEGORIES= lang
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=regina-rexx/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://regina-rexx.sourceforge.net/
+COMMENT= implementation of the REXX language
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+WRKSRC= ${WRKDIR}
+
+CONFLICTS= rexx-imc-[0-9]*
+
+.include "../../mk/bsd.pkg.mk"