1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/science/libghemical/Makefile
Gerald Pfeifer e4b7b9118a Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
2016-12-07 13:24:56 +00:00

38 lines
1.1 KiB
Makefile

# Created by: Nakata Maho <maho@FreeBSD.org>
# $FreeBSD$
PORTNAME= libghemical
PORTVERSION= 3.0.0
PORTREVISION= 7
CATEGORIES= science
MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \
http://bioinformatics.org/ghemical/download/current/
MAINTAINER= ports@FreeBSD.org
COMMENT= Support libraries of science/ghemical port
BUILD_DEPENDS= obabel:science/openbabel \
intltool-update:textproc/intltool \
ld:devel/binutils
LIB_DEPENDS= libmpqc.so:science/mpqc \
libf2c.so:lang/f2c
USES= fortran gettext gmake pathfix pkgconfig libtool
USE_GL= gl
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS+= --enable-mpqc
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lSCbasis -lSCcints -lSCclass \
-lSCcontainer -lSCdft -lSCgroup -lSCintv3 -lSCisosurf \
-lSCkeyval -lSCmbpt -lSCmbptr12 -lSCmisc -lSCmolecule \
-lSCoint3 -lSCoptimize -lSCoptions -lSCpsi -lSCref \
-lSCrender -lSCscf -lSCscmat -lSCsolvent -lSCstate \
-lSCsymmetry -lSCwfn \
-lgfortran -lpthread -lblas -llapack
PLIST_SUB= LIBGHEMICAL_VERSION="${PORTVERSION}"
INSTALL_TARGET= install-strip
.include <bsd.port.mk>