6a6d83f4d1
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.
21 lines
440 B
Makefile
21 lines
440 B
Makefile
# $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"
|