freebsd-ports/math/spar/Makefile

30 lines
560 B
Makefile
Raw Normal View History

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
2001-06-01 05:47:52 +02:00
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
USE_REINPLACE= yes
2001-06-01 05:47:52 +02:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
INSTALLS_SHLIB= yes
MAN1= spar.1
post-patch:
@${REINPLACE_CMD} -e "s,-ldl,,g" ${WRKSRC}/lib/Makefile.in
2001-06-01 05:47:52 +02:00
.include <bsd.port.mk>