2001-06-01 05:47:52 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: spar
|
|
|
|
# Date created: Jun 1, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= spar
|
2001-06-30 21:00:36 +02:00
|
|
|
PORTVERSION= 0.5.10
|
2001-06-01 05:47:52 +02:00
|
|
|
CATEGORIES= math devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2001-06-30 21:00:36 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A modular math parser
|
2001-06-01 05:47:52 +02:00
|
|
|
|
2003-05-08 14:43:29 +02:00
|
|
|
USE_GETOPT_LONG= yes
|
2002-06-22 19:06:27 +02:00
|
|
|
USE_REINPLACE= yes
|
2002-09-09 00:51:04 +02:00
|
|
|
USE_LIBTOOL= yes
|
2001-06-01 05:47:52 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
MAN1= spar.1
|
|
|
|
|
|
|
|
post-patch:
|
2002-06-22 19:06:27 +02:00
|
|
|
@${REINPLACE_CMD} -e "s,-ldl,,g" ${WRKSRC}/lib/Makefile.in
|
2001-06-01 05:47:52 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|