pkgsrc/editors/TeXmacs/Makefile
recht f05af955b8 update to TeXmacs-1.0.4-R2
Changes:
This is a bug-fix only release.

Changes to the pkg:
Correctly pass LDFLAGS, so the rpath won't get lost.
2004-08-17 11:18:57 +00:00

34 lines
909 B
Makefile

# $NetBSD: Makefile,v 1.34 2004/08/17 11:18:57 recht Exp $
DISTNAME= TeXmacs-1.0.4-R2-src
PKGNAME= ${DISTNAME:S/-R2-src/.0.2/}
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>=1.0:../../print/teTeX
ALL_TARGET= TEXMACS
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LANGUAGES= c c++
USE_X11= yes
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 "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"