freebsd-ports/math/spar/Makefile

29 lines
505 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
2003-02-20 20:00:52 +01:00
COMMENT= A modular math parser
2001-06-01 05:47:52 +02:00
USE_GETOPT_LONG= yes
USE_REINPLACE= yes
USE_INC_LIBTOOL_VER=13
2001-06-01 05:47:52 +02:00
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>