freebsd-ports/math/spar/Makefile
Tijl Coosemans 5d48443269 - Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
2015-04-18 09:47:29 +00:00

22 lines
429 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,-ldl,,g" \
${WRKSRC}/lib/Makefile.in ${WRKSRC}/lib/module/Makefile.in
.include <bsd.port.mk>