diff options
Diffstat (limited to 'math/spar/Makefile')
-rw-r--r-- | math/spar/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/math/spar/Makefile b/math/spar/Makefile new file mode 100644 index 0000000..8d4e7d5 --- /dev/null +++ b/math/spar/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# New ports collection makefile for: spar +# Date created: Jun 1, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= spar +PORTVERSION= 0.5.1 +CATEGORIES= math devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ijliao@FreeBSD.org + +LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt + +GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" +INSTALLS_SHLIB= yes + +MAN1= spar.1 + +post-patch: + @${PERL} -pi -e "s,-ldl,,g" ${WRKSRC}/lib/Makefile.in + +.include <bsd.port.mk> |