1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/science/ghemical/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

39 lines
1.2 KiB
Makefile

# New ports collection makefile for: ghemical
# Date created: May 4, 2003
# Whom: Nakata Maho <maho@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= ghemical
PORTVERSION= 2.99.2
PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= http://www.uku.fi/~thassine/projects/download/release20090911/ \
http://bioinformatics.org/ghemical/download/
MAINTAINER= maho@FreeBSD.org
COMMENT= Ghemical is a computational chemistry software package
BUILD_DEPENDS= f2c:${PORTSDIR}/lang/f2c \
openbabel:${PORTSDIR}/science/openbabel \
ld:${PORTSDIR}/devel/binutils
RUN_DEPENDS= f2c:${PORTSDIR}/lang/f2c
LIB_DEPENDS= mpqc:${PORTSDIR}/science/mpqc \
gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea \
gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext \
ghemical:${PORTSDIR}/science/libghemical \
oglappth:${PORTSDIR}/science/liboglappth \
mopac7:${PORTSDIR}/biology/mopac
USE_FORTRAN= yes
USE_GMAKE= yes
USE_GNOME= glib20 gtk20 libglade2 pkgconfig
USE_GL= glut
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gamess --enable-mpqc --enable-openbabel --enable-gtk --enable-threads --enable-mopac7
PLIST_SUB= GHEMICAL_VERSION="${PORTVERSION}"
MAKE_ENV= PKG_CONFIG=${LOCALBASE}/pkg-config
.include <bsd.port.mk>