freebsd-ports/lang/o2c/Makefile
Edwin Groothuis 37f2224fa6 PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00

33 lines
749 B
Makefile

# New ports collection makefile for: Oberon2C
# Date created: December 3, 1997
# Whom: Oliver Breuninger <ob@seicom.NET>
#
# $FreeBSD$
PORTNAME= o2c
PORTVERSION= 1.16
CATEGORIES= lang
MASTER_SITES= ftp://ftp.uni-kl.de/pub/informatik/software/ \
http://www.breuninger.org/files/distfiles/
MAINTAINER= ob@breuninger.org
# does not support 64-bit platforms
ONLY_FOR_ARCHS= i386
USE_REINPLACE= yes
MAKE_ENV= MAKEOBJDIR=.
MAN1= o2b.1 o2c.1 o2ef.1 o2whereis.1
post-extract:
@${CP} ${FILESDIR}/o2 ${WRKSRC}
post-patch:
@${REINPLACE_CMD} -e \
"s|\@PREFIX\@|${PREFIX}|g;" ${WRKSRC}/system/o2c.red.template
post-install:
${INSTALL_DATA} ${WRKSRC}/system/o2c.red.template ${PREFIX}/lib/o2c-1.16
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>