summaryrefslogtreecommitdiff
path: root/lang/rexx-imc/Makefile
blob: 1f0db7a42b1d6f7a39cf9561bcf053b7054932e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	REXX/imc
# Date created:				Septermber 21 96
# Whom:	      				James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	rexx-imc
PORTVERSION=	1.7
CATEGORIES=	lang
MASTER_SITES=	http://ruby.comlab.ox.ac.uk/imc/distribution/ \
		ftp://ftp.sai.msu.su/pub/unix/rexx/ \
		ftp://crydee.sai.msu.ru/zeus/unix/rexx/
PATCH_SITES=	${MASTER_SITES}
PATCHFILES=	${DISTNAME}-19990331.patch
PATCH_DIST_STRIP= -p1

MAINTAINER=	jfitz@FreeBSD.org

INSTALL_SHLIBS=	yes

MAKE_ENV=	MKDIR="${MKDIR}" OPTFLAGS="${CFLAGS}"
MAN1=		rexx.1

post-extract:
	@${CP} ${FILESDIR}/Makefile ${WRKSRC}

.include <bsd.port.mk>