1996-09-23 17:50:11 +02:00
|
|
|
# New ports collection makefile for: REXX/imc
|
|
|
|
# Date created: Septermber 21 96
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-25 08:35:40 +02:00
|
|
|
# $FreeBSD$
|
1996-09-23 17:50:11 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 08:21:15 +02:00
|
|
|
PORTNAME= rexx-imc
|
|
|
|
PORTVERSION= 1.7
|
1996-11-12 03:19:40 +01:00
|
|
|
CATEGORIES= lang
|
2000-05-29 04:20:47 +02:00
|
|
|
MASTER_SITES= http://ruby.comlab.ox.ac.uk/imc/distribution/ \
|
|
|
|
ftp://ftp.sai.msu.su/pub/unix/rexx/ \
|
1999-09-09 21:18:39 +02:00
|
|
|
ftp://crydee.sai.msu.ru/zeus/unix/rexx/
|
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
|
|
PATCHFILES= ${DISTNAME}-19990331.patch
|
|
|
|
PATCH_DIST_STRIP= -p1
|
1996-09-23 17:50:11 +02:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= jfitz@FreeBSD.org
|
1996-09-23 17:50:11 +02:00
|
|
|
|
2000-06-15 19:59:45 +02:00
|
|
|
INSTALL_SHLIBS= yes
|
|
|
|
|
2000-05-29 04:20:47 +02:00
|
|
|
MAKE_ENV= MKDIR="${MKDIR}" OPTFLAGS="${CFLAGS}"
|
1999-09-09 21:18:39 +02:00
|
|
|
MAN1= rexx.1
|
1998-11-24 19:46:10 +01:00
|
|
|
|
2000-05-29 04:20:47 +02:00
|
|
|
post-extract:
|
|
|
|
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
1996-09-23 17:50:11 +02:00
|
|
|
|
2000-05-29 04:20:47 +02:00
|
|
|
.include <bsd.port.mk>
|