aboutsummaryrefslogtreecommitdiff
path: root/science/ghemical/Makefile
blob: eb1472ffd4f43c944445a9098f1660b6992cc2cb (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
43
44
45
46
# Created by: Nakata Maho <maho@FreeBSD.org>

PORTNAME=	ghemical
PORTVERSION=	3.0.0
PORTREVISION=	22
CATEGORIES=	science
MASTER_SITES=	http://bioinformatics.org/ghemical/download/%SUBDIR%/
MASTER_SITE_SUBDIR=	release20111012 current

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Computational chemistry software package

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libblas.so:math/blas \
		libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2 \
		libghemical.so:science/libghemical \
		libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
		libint.so:science/libint \
		liblapack.so:math/lapack \
		liboglappth.so:science/liboglappth \
		libmopac7.so:biology/mopac \
		libmpqc.so:science/mpqc
RUN_DEPENDS=	xdg-open:devel/xdg-utils

USES=		compiler:c++11-lang fortran gettext gl gmake gnome pathfix \
		pkgconfig xorg
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-gtk --enable-threads --disable-openbabel # not compatible with OpenBabel-3 so it is disabled
USE_GNOME=	cairo gdkpixbuf2 gtk20 libglade2 intltool pangox-compat
USE_GL=		gl glu
USE_XORG=	x11

CPPFLAGS+=	-I${LOCALBASE}/include
CXXFLAGS+=	-Wno-c++11-narrowing # prevent build errors: non-constant-expression cannot be narrowed from type 'double' to 'fGL' (aka 'float')

PLIST_SUB=	GHEMICAL_VERSION="${PORTVERSION}"

post-patch:
	@${REINPLACE_CMD} -e \
		's|"mozilla "|"xdg-open "|' ${WRKSRC}/src/gtk_app.cpp
	@${REINPLACE_CMD} -e 's|openbabel-2.0|openbabel-3|' ${WRKSRC}/configure # attempt at OpenBabel-3 compatibility

.include <bsd.port.mk>