2013-09-20 22:55:04 +02:00
|
|
|
# Created by: ijliao
|
2001-06-01 05:47:52 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= spar
|
2001-06-30 21:00:36 +02:00
|
|
|
PORTVERSION= 0.5.10
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2001-06-01 05:47:52 +02:00
|
|
|
CATEGORIES= math devel
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Spar/${PORTVERSION}
|
2001-06-01 05:47:52 +02:00
|
|
|
|
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
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2012-07-05 19:26:10 +02:00
|
|
|
USE_CSTD= gnu89
|
2006-08-15 02:29:13 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-06-01 05:47:52 +02:00
|
|
|
|
|
|
|
post-patch:
|
2005-06-02 22:28:41 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} -e "s,-ldl,,g" \
|
|
|
|
${WRKSRC}/lib/Makefile.in ${WRKSRC}/lib/module/Makefile.in
|
2001-06-01 05:47:52 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|