1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/science/wxmacmolplt/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

24 lines
615 B
Makefile

PORTNAME= wxmacmolplt
DISTVERSIONPREFIX= v
DISTVERSION= 7.7-43
PORTREVISION= 4
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>