pkgsrc/editors/TeXmacs/Makefile
drochner 07a5158511 update to 1.0.5.7
changes:
-Several minor bugfixes from buglist
-Further improvements in configure
-Finished implementation of document parts and preambles
-Improved cursor accessability handling

also change TeX dependency to teTeX-bin, so that this can be used
with teTeX3 as well
2005-08-26 17:21:04 +00:00

33 lines
914 B
Makefile

# $NetBSD: Makefile,v 1.47 2005/08/26 17:21:04 drochner Exp $
DISTNAME= TeXmacs-1.0.5.7-src
PKGNAME= ${DISTNAME:S/-src//}
CATEGORIES= editors
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/
MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://www.texmacs.org/
COMMENT= GNU TeXmacs (free scientific text editor)
DEPENDS+= teTeX-bin>=1.0:../../print/teTeX-bin
BUILD_TARGET= TEXMACS
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
PYTHON_PATCH_SCRIPTS= plugins/python/bin/tm_python
SUBST_CLASSES+= init
SUBST_STAGE.init= post-patch
SUBST_FILES.init= plugins/python/progs/init-python.scm
SUBST_SED.init= -e 's,@PYTHONBIN@,${PYTHONBIN},g'
.include "../../converters/libiconv/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../lang/guile/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"