Makefile 1011 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # $OpenBSD: Makefile,v 1.11 2017/04/10 11:46:23 sthen Exp $
  2. # http://marc.info/?l=openbsd-ports&m=140587945502296&w=2
  3. BROKEN = allocation error starting socket server
  4. COMMENT = wxWidgets GUI for the computer algebra system maxima
  5. DISTNAME = wxMaxima-12.09.0
  6. CATEGORIES = math
  7. HOMEPAGE = http://wxmaxima.sourceforge.net/
  8. # GPLv2
  9. PERMIT_PACKAGE_CDROM = Yes
  10. MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=wxmaxima/}
  11. MAINTAINER = Edd Barrett <edd@openbsd.org>
  12. WANTLIB += c m pthread ${LIBCXX} wx_base wx_base_net wx_base_xml
  13. WANTLIB += wx_gtk2_adv wx_gtk2_aui wx_gtk2_core wx_gtk2_html
  14. RUN_DEPENDS = devel/desktop-file-utils \
  15. math/gnuplot \
  16. math/maxima
  17. LIB_DEPENDS = x11/wxWidgets
  18. NO_TEST = Yes
  19. CONFIGURE_STYLE = gnu
  20. post-install:
  21. ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
  22. ${INSTALL_DATA} ${WRKSRC}/data/wxmaxima.png ${PREFIX}/share/pixmaps
  23. ${INSTALL_DATA_DIR} ${PREFIX}/share/applications
  24. ${INSTALL_DATA} ${WRKSRC}/wxmaxima.desktop ${PREFIX}/share/applications
  25. .include <bsd.port.mk>