1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/lang/rexx-imc/Makefile
Kevin Lo 39bc69aaa0 Update MASTER_SITES and WWW: line of pkg-descr
PR: 22366
Submitted by: Ports Fury
2000-10-28 15:57:59 +00:00

29 lines
643 B
Makefile

# 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://users.comlab.ox.ac.uk/ian.collier/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= ports@FreeBSD.org
MAKE_ENV= MKDIR="${MKDIR}" OPTFLAGS="${CFLAGS}"
INSTALLS_SHLIB= yes
MAN1= rexx.1
post-extract:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>