aboutsummaryrefslogtreecommitdiff
path: root/science/wxmacmolplt/Makefile
blob: 9fd1d2bbbb0fcc999a80e3335786751486da5467 (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
# $FreeBSD$

PORTNAME=	wxmacmolplt
DISTVERSIONPREFIX=	v
DISTVERSION=	7.7-43
PORTREVISION=	3
DISTVERSIONSUFFIX=	-g9a46f7a
CATEGORIES=	science

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Graphical user interface principally for the GAMESS program

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		autoreconf compiler:c++11-lang gl gmake localbase:ldflags \
		pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	brettbode
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-wx-config=${WX_CONFIG}
USE_WX=		3.0 # configure crashes with 3.1: checking for wxWidgets libraries... Segmentation fault (core dumped)
USE_GL=		gl glew glu

.include <bsd.port.mk>