2011-11-23 14:20:15 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2011/11/23 19:20:15 naddy Exp $
|
2010-12-20 13:34:17 -05:00
|
|
|
|
|
|
|
COMMENT = wxWidgets GUI for the computer algebra system maxima
|
|
|
|
|
2011-11-14 15:53:31 -05:00
|
|
|
DISTNAME = wxMaxima-11.08.0
|
2011-11-23 14:20:15 -05:00
|
|
|
REVISION = 0
|
2010-12-20 13:34:17 -05:00
|
|
|
CATEGORIES = math
|
|
|
|
|
|
|
|
HOMEPAGE = http://wxmaxima.sourceforge.net/
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=wxmaxima/}
|
2011-11-22 06:36:55 -05:00
|
|
|
MAINTAINER = Edd Barrett <edd@openbsd.org>
|
2010-12-20 13:34:17 -05:00
|
|
|
|
2011-03-02 09:03:16 -05:00
|
|
|
WANTLIB += c m pthread stdc++ wx_base wx_base_net wx_base_xml
|
|
|
|
WANTLIB += wx_gtk2_adv wx_gtk2_aui wx_gtk2_core wx_gtk2_html
|
2010-12-20 13:34:17 -05:00
|
|
|
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
|
|
math/gnuplot \
|
|
|
|
math/maxima
|
|
|
|
LIB_DEPENDS = x11/wxWidgets
|
|
|
|
|
|
|
|
NO_REGRESS = 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>
|