diff options
Diffstat (limited to 'lang/rexx-imc/Makefile')
-rw-r--r-- | lang/rexx-imc/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile new file mode 100644 index 00000000000..4a445345fe5 --- /dev/null +++ b/lang/rexx-imc/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/02 16:43:03 agc Exp $ +# + +DISTNAME= rexx-imc-1.76 +CATEGORIES= lang +MASTER_SITES= http://users.comlab.ox.ac.uk/ian.collier/distribution/ \ + ftp://ftp.sai.msu.su/pub/unix/rexx/ \ + ftp://crydee.sai.msu.ru/zeus/unix/rexx/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://users.comlab.ox.ac.uk/ian.collier/Rexx/ +COMMENT= implementation of IBM's REXX scripting langauge + +USE_LIBTOOL= yes + +.include "../../mk/bsd.pkg.mk" |