aboutsummaryrefslogtreecommitdiffstats
path: root/lang/o2c/Makefile
blob: 0924f1dc38f4e9371479f4c811dad5b213e11eeb (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
29
# 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/ \
        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>