1234567891011121314151617181920212223242526272829303132333435363738 |
- # $OpenBSD: Makefile,v 1.11 2017/04/10 11:46:23 sthen Exp $
- # http://marc.info/?l=openbsd-ports&m=140587945502296&w=2
- BROKEN = allocation error starting socket server
- COMMENT = wxWidgets GUI for the computer algebra system maxima
- DISTNAME = wxMaxima-12.09.0
- CATEGORIES = math
- HOMEPAGE = http://wxmaxima.sourceforge.net/
- # GPLv2
- PERMIT_PACKAGE_CDROM = Yes
- MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=wxmaxima/}
- MAINTAINER = Edd Barrett <edd@openbsd.org>
- WANTLIB += c m pthread ${LIBCXX} wx_base wx_base_net wx_base_xml
- WANTLIB += wx_gtk2_adv wx_gtk2_aui wx_gtk2_core wx_gtk2_html
- RUN_DEPENDS = devel/desktop-file-utils \
- math/gnuplot \
- math/maxima
- LIB_DEPENDS = x11/wxWidgets
- NO_TEST = Yes
- 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>
|