mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e6040291c8
PR: 14458 Submitted by: maintainer
30 lines
730 B
Makefile
30 lines
730 B
Makefile
# New ports collection makefile for: Oberon2C
|
|
# Version required: 1.16
|
|
# Date created: December 3, 1997
|
|
# Whom: Oliver Breuninger <ob@seicom.NET>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
DISTNAME= o2c-1.16
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.uni-kl.de/pub/informatik/software/ \
|
|
ftp://ftp.archive.de.uu.net/pub/programming/languages/oberon/www.uni-kl.de/OOC/files/misc/
|
|
|
|
MAINTAINER= ob@seicom.NET
|
|
|
|
MAKE_ENV= MAKEOBJDIR=.
|
|
|
|
MAN1= o2b.1 o2c.1 o2ef.1 o2whereis.1
|
|
|
|
post-extract:
|
|
@${CP} ${FILESDIR}/o2 ${WRKSRC}
|
|
|
|
post-patch:
|
|
@/usr/bin/perl -pi -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} ${PKGDIR}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|