3fec475f37
Tested on NetBSD/i386 5.99.55, Darwin/11.0.1, and NetBSD/i386 5.1.
24 lines
568 B
Makefile
24 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.13 2011/09/18 16:51:32 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= rexx-imc-1.76
|
|
PKGREVISION= 2
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://users.comlab.ox.ac.uk/ian.collier/distribution/ \
|
|
ftp://ftp.sai.msu.su/pub/unix/rexx/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://users.comlab.ox.ac.uk/ian.collier/Rexx/
|
|
COMMENT= Implementation of IBM's REXX scripting language
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1
|
|
|
|
CONFLICTS= rexx-regina-[0-9]*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|