blob: 3398584bf7b8768bd0b70f225ed16bda5f0f55f4 (
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
|
# Created by: Nakata Maho <maho@FreeBSD.org>
# $FreeBSD$
PORTNAME= libghemical
PORTVERSION= 3.0.0
PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \
http://bioinformatics.org/ghemical/download/current
MAINTAINER= maho@FreeBSD.org
COMMENT= Support libraries of science/ghemical port
BUILD_DEPENDS= obabel:${PORTSDIR}/science/openbabel \
intltool-update:${PORTSDIR}/textproc/intltool \
ld:${PORTSDIR}/devel/binutils
LIB_DEPENDS+= mpqc:${PORTSDIR}/science/mpqc \
f2c:${PORTSDIR}/lang/f2c
USE_GMAKE= yes
USES= pathfix pkgconfig gettext
USE_GL= gl
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_FORTRAN= yes
CONFIGURE_ARGS+= --enable-mpqc
PLIST_SUB= LIBGHEMICAL_VERSION="${PORTVERSION}"
NO_STAGE= yes
.include <bsd.port.mk>
|