freebsd-ports/math/rascal/Makefile

36 lines
721 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: rascal
# Date created: Apr 9, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rascal
2001-07-25 02:56:33 -04:00
PORTVERSION= 0.3.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
2001-05-24 15:01:28 -04:00
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
USE_BISON= yes
2001-07-12 22:12:41 -04:00
USE_GNOME= yes
2001-04-25 01:30:24 -04:00
WRKSRC= ${WRKDIR}/Rascal-${PORTVERSION}
USE_GMAKE= yes
2001-07-12 22:12:41 -04:00
ALL_TARGET= rascal grascal
MANCOMPRESSED= yes
MAN1= rascal.1
2001-05-24 15:01:28 -04:00
post-patch:
@${PERL} -pi -e "s,%%LOCALBASE%%,${LOCALBASE},g ; \
s,g\+\+,${CXX},g ; \
2001-07-12 22:12:41 -04:00
s,doc/,share/doc/,g ; \
s,gnome-config,${GNOME_CONFIG},g ; \
s,CC,CXX,g" ${WRKSRC}/Makefile
.include <bsd.port.mk>