Files
ports/science/libint/Makefile
Maho Nakata 058cc9fbe8 * From PORTREVERSION to PORTREVISION.
* Add symlink to version numbered shared libs. e.g. lib*.so to lib*.so.1.
2007-01-02 09:25:00 +00:00

33 lines
780 B
Makefile

# New ports collection makefile for: libint
# Date created: 29 Dec 2006
# Whom: NAKATA, Maho <maho@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libint
PORTVERSION= 1.1.2
PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= http://www.ccmst.gatech.edu/evaleev/libint/src/
MAINTAINER= maho@FreeBSD.org
COMMENT= Evaluate the integrals in modern atomic and molecular theory
USE_PERL5= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
ALL_TARGET= # empty
.include <bsd.port.pre.mk>
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-shared
post-install:
@${LN} -sf ${PREFIX}/lib/libderiv-stable.so.1 ${PREFIX}/lib/libderiv.so.1
@${LN} -sf ${PREFIX}/lib/libint-stable.so.1 ${PREFIX}/lib/libint.so.1
@${LN} -sf ${PREFIX}/lib/libr12-stable.so.1 ${PREFIX}/lib/libr12.so.1
.include <bsd.port.post.mk>