mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
f0c7e3b0e4
Submitted by: fenner's log
31 lines
670 B
Makefile
31 lines
670 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: cln
|
|
# Date created: Fab 11, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cln
|
|
PORTVERSION= 1.1.2
|
|
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/
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/cln --infodir=${PREFIX}/info \
|
|
--mandir=${PREFIX}/man
|
|
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN1= cln-config.1
|
|
|
|
pre-build:
|
|
@(cd ${WRKSRC} ; ${LN} -s ${LOCALBASE}/bin/libtool .)
|
|
|
|
.include <bsd.port.mk>
|