2001-02-12 14:55:43 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: cln
|
|
|
|
# Date created: Fab 11, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cln
|
2002-03-13 03:18:40 +00:00
|
|
|
PORTVERSION= 1.1.4
|
2002-04-18 08:20:50 +00:00
|
|
|
PORTREVISION= 1
|
2001-02-12 14:55:43 +00:00
|
|
|
CATEGORIES= math devel
|
|
|
|
MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \
|
|
|
|
ftp://ftp.santafe.edu/pub/gnu/ \
|
|
|
|
ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
|
|
|
|
|
2002-03-13 03:18:40 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
2002-04-18 08:20:50 +00:00
|
|
|
LIB_DEPENDS= gmp.5:${PORTSDIR}/math/libgmp4
|
2001-02-12 14:55:43 +00:00
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
2002-03-13 03:18:40 +00:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2001-02-12 14:55:43 +00:00
|
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/cln --infodir=${PREFIX}/info \
|
2002-03-13 03:18:40 +00:00
|
|
|
--mandir=${PREFIX}/man --with-gmp
|
2001-02-12 14:55:43 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
MAN1= cln-config.1
|
|
|
|
|
2001-09-08 07:29:19 +00:00
|
|
|
pre-build:
|
2002-03-13 03:18:40 +00:00
|
|
|
@(cd ${WRKSRC} ; ${LN} -sf ${LOCALBASE}/bin/libtool .)
|
2001-09-08 07:29:19 +00:00
|
|
|
|
2001-02-12 14:55:43 +00:00
|
|
|
.include <bsd.port.mk>
|