aboutsummaryrefslogtreecommitdiffstats
path: root/science/ghemical/Makefile
blob: 64a8d20f88a6197215edfc371c90f76641af3649 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Created by: Nakata Maho <maho@FreeBSD.org>
# $FreeBSD$

PORTNAME=   ghemical
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=    Ghemical is a computational chemistry software package

BUILD_DEPENDS=  f2c:${PORTSDIR}/lang/f2c \
        obabel:${PORTSDIR}/science/openbabel \
        ld:${PORTSDIR}/devel/binutils
RUN_DEPENDS=    f2c:${PORTSDIR}/lang/f2c
LIB_DEPENDS=    libmpqc.so:${PORTSDIR}/science/mpqc \
        libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext \
        libghemical.so:${PORTSDIR}/science/libghemical \
        liboglappth.so:${PORTSDIR}/science/liboglappth \
        libmopac7.so:${PORTSDIR}/biology/mopac

USES=       fortran gettext gmake pkgconfig
USE_GNOME=  glib20 gtk20 libglade2
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}"

CPPFLAGS=   -I${LOCALBASE}/include

MAKE_ENV=   PKG_CONFIG=${LOCALBASE}/pkg-config

OPTIONS_DEFINE= NLS
OPTIONS_SUB=    yes

NLS_USES=   gettext
NLS_CONFIGURE_ENABLE=   nls

.include <bsd.port.mk>