freebsd-ports/lang/rexx-imc/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

29 lines
634 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://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
INSTALLS_SHLIB= yes
MAKE_ENV= MKDIR="${MKDIR}" OPTFLAGS="${CFLAGS}"
MAN1= rexx.1
post-extract:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>