aboutsummaryrefslogtreecommitdiffstats
path: root/math/spar/Makefile
blob: 8d4e7d508cd1c9bfbb5c2f4a33a609363d0be3ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>