2019-07-12 20:46:54 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2019/07/12 20:47:47 sthen Exp $
|
2014-07-24 08:47:54 +00:00
|
|
|
|
|
|
|
# http://marc.info/?l=openbsd-ports&m=140587945502296&w=2
|
|
|
|
BROKEN = allocation error starting socket server
|
2010-12-20 18:34:17 +00:00
|
|
|
|
|
|
|
COMMENT = wxWidgets GUI for the computer algebra system maxima
|
|
|
|
|
2013-01-04 14:06:33 +00:00
|
|
|
DISTNAME = wxMaxima-12.09.0
|
2010-12-20 18:34:17 +00:00
|
|
|
CATEGORIES = math
|
2018-10-24 14:27:57 +00:00
|
|
|
REVISION = 2
|
2010-12-20 18:34:17 +00:00
|
|
|
|
|
|
|
HOMEPAGE = http://wxmaxima.sourceforge.net/
|
|
|
|
|
|
|
|
# GPLv2
|
2019-07-12 20:46:54 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2010-12-20 18:34:17 +00:00
|
|
|
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=wxmaxima/}
|
2011-11-22 11:36:55 +00:00
|
|
|
MAINTAINER = Edd Barrett <edd@openbsd.org>
|
2010-12-20 18:34:17 +00:00
|
|
|
|
2017-07-16 19:18:47 +00:00
|
|
|
WANTLIB += c m pthread ${COMPILER_LIBCXX} wx_base wx_base_net wx_base_xml
|
2011-03-02 14:03:16 +00:00
|
|
|
WANTLIB += wx_gtk2_adv wx_gtk2_aui wx_gtk2_core wx_gtk2_html
|
2010-12-20 18:34:17 +00:00
|
|
|
|
2018-10-24 14:27:57 +00:00
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
|
2010-12-20 18:34:17 +00:00
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
|
|
math/gnuplot \
|
|
|
|
math/maxima
|
|
|
|
LIB_DEPENDS = x11/wxWidgets
|
|
|
|
|
2013-03-11 11:20:26 +00:00
|
|
|
NO_TEST = Yes
|
2010-12-20 18:34:17 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/data/wxmaxima.png ${PREFIX}/share/pixmaps
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/wxmaxima.desktop ${PREFIX}/share/applications
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|