18 lines
485 B
Makefile
18 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/09/02 17:24:48 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
|
|
|
|
CONFLICTS= rexx-regina-[0-9]*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|