Makefile 893 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # $OpenBSD: Makefile,v 1.3 2017/04/10 11:45:27 sthen Exp $
  2. COMMENT= wysiwyw (what you see is what you want) editing platform
  3. DISTNAME= TeXmacs-1.99.4-src
  4. PKGNAME= ${DISTNAME:S/-src//}
  5. CATEGORIES= editors print x11
  6. REVISION= 0
  7. HOMEPAGE= http://texmacs.org/
  8. MASTER_SITES= ${HOMEPAGE}/Download/ftp/tmftp/source/
  9. # GPLv3
  10. PERMIT_PACKAGE_CDROM= Yes
  11. WANTLIB+= ICE QtGui SM X11 Xext Xi Xinerama Xrender c fontconfig
  12. WANTLIB+= freetype gmp guile ltdl m pthread ${LIBCXX} util z
  13. MODULES= x11/qt4
  14. BUILD_DEPENDS= print/ghostscript/gnu
  15. RUN_DEPENDS= devel/desktop-file-utils \
  16. misc/shared-mime-info \
  17. print/ghostscript/gnu \
  18. x11/gtk+3,-guic
  19. LIB_DEPENDS= lang/guile
  20. USE_GMAKE= Yes
  21. CONFIGURE_STYLE=autoconf
  22. CONFIGURE_ARGS= --with-qt=${MODQT4_QTDIR}/bin
  23. AUTOCONF_VERSION= 2.69
  24. NO_TEST= Yes
  25. ALL_TARGET=
  26. post-extract:
  27. rm -f ${WRKDIST}/plugins/mathematica/bin/realpath.py
  28. .include <bsd.port.mk>