1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/science/libint/Makefile
Pav Lucistnik bb54399293 - Fix after objformat removal
Reported by:	pointyhat
2007-03-27 16:29:28 +00:00

34 lines
839 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.chem.vt.edu/chem-dept/valeev/software/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
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
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.mk>