2013-04-15 19:29:36 +02:00
|
|
|
# Created by: ijliao
|
2003-04-04 09:28:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libctl
|
2013-09-03 19:05:11 +02:00
|
|
|
PORTVERSION= 3.2.1
|
2014-07-08 15:51:26 +02:00
|
|
|
PORTREVISION= 3
|
2003-04-04 09:28:22 +02:00
|
|
|
CATEGORIES= science math
|
|
|
|
MASTER_SITES= http://ab-initio.mit.edu/libctl/
|
|
|
|
|
2011-06-21 04:34:50 +02:00
|
|
|
MAINTAINER= devel@stasyan.com
|
2003-04-04 09:28:22 +02:00
|
|
|
COMMENT= Control Language Library
|
|
|
|
|
2014-07-08 15:51:26 +02:00
|
|
|
LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
|
2003-04-04 09:28:22 +02:00
|
|
|
|
2014-07-08 15:51:26 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-shared
|
|
|
|
USES= fortran libtool
|
2008-04-16 12:41:53 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-04-04 09:28:22 +02:00
|
|
|
|
2014-07-08 15:51:26 +02:00
|
|
|
BROKEN_sparc64= does not build
|
2013-04-15 19:29:36 +02:00
|
|
|
|
2003-04-04 09:28:22 +02:00
|
|
|
post-install:
|
2014-02-26 07:11:16 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${CP} -R ${WRKSRC}/doc/ ${STAGEDIR}${DOCSDIR}
|
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
${CP} -R ${WRKSRC}/examples/ ${STAGEDIR}${EXAMPLESDIR}
|
2003-04-04 09:28:22 +02:00
|
|
|
|
2014-07-08 15:51:26 +02:00
|
|
|
.include <bsd.port.mk>
|