2018-10-15 01:15:09 +02:00
|
|
|
PORTNAME= wxmacmolplt
|
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
DISTVERSION= 7.7-43
|
2021-06-19 22:16:08 +02:00
|
|
|
PORTREVISION= 4
|
2018-10-15 01:15:09 +02:00
|
|
|
DISTVERSIONSUFFIX= -g9a46f7a
|
|
|
|
CATEGORIES= science
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Graphical user interface principally for the GAMESS program
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://brettbode.github.io/wxmacmolplt/
|
2018-10-15 01:15:09 +02:00
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2019-05-20 22:09:32 +02:00
|
|
|
USES= autoreconf compiler:c++11-lang gl gmake localbase:ldflags \
|
|
|
|
pkgconfig
|
2018-10-15 01:15:09 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= brettbode
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
|
2019-03-03 09:06:44 +01:00
|
|
|
USE_WX= 3.0 # configure crashes with 3.1: checking for wxWidgets libraries... Segmentation fault (core dumped)
|
2018-10-15 01:15:09 +02:00
|
|
|
USE_GL= gl glew glu
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|