aboutsummaryrefslogtreecommitdiffstats
path: root/math/rascal/Makefile
blob: 33230b501cd94b541fd09f2b99f0a916019d1d74 (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
30
31
32
33
# ex:ts=8
# New ports collection makefile for:    rascal
# Date created:         Apr 9, 2001
# Whom:             Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   rascal
PORTVERSION=    0.2.7
CATEGORIES= math
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    gnugetopt:${PORTSDIR}/devel/libgnugetopt

USE_BISON=  yes

WRKSRC=     ${WRKDIR}/Rascal-${PORTVERSION}
USE_GMAKE=  yes
ALL_TARGET= 

MANCOMPRESSED=  yes
MAN1=   rascal.1

post-patch:
    @${PERL} -pi -e "s,%%LOCALBASE%%,${LOCALBASE},g ; \
        s,g\+\+,${CXX},g ; \
        s,doc/,share/doc/,g" ${WRKSRC}/Makefile

.include <bsd.port.mk>