freebsd-ports/science/wxmacmolplt/Makefile
Loïc Bartoletti 4c1a399966 x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
  - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt

PR:	 246218
Approved by:	tcberner (mentor)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D24808
2020-05-17 05:55:12 +00:00

26 lines
628 B
Makefile

# $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>