freebsd-ports/math/spar/Makefile
2014-07-29 22:39:31 +00:00

24 lines
531 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= spar
PORTVERSION= 0.5.10
PORTREVISION= 2
CATEGORIES= math devel
MASTER_SITES= SF/${PORTNAME}/Spar/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Modular math parser
USES= libtool readline
GNU_CONFIGURE= yes
USE_CSTD= gnu89
USE_LDCONFIG= yes
post-patch:
@${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
.include <bsd.port.mk>