pkgsrc/editors/TeXmacs/Makefile

30 lines
673 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2002/10/02 22:47:35 wiz Exp $
DISTNAME= TeXmacs-1.0.0.15-src
PKGNAME= ${DISTNAME:S/-src//}
CATEGORIES= editors
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/
MAINTAINER= jmmv@hispabsd.org
HOMEPAGE= http://www.texmacs.org
COMMENT= GNU TeXmacs (free scientific text editor)
DEPENDS+= teTeX>=1.0:../../print/teTeX
ALL_TARGET= TEXMACS
USE_BUILDLINK2= yes
USE_GMAKE= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
MANCOMPRESSED= yes
LDFLAGS+= -Wl,-R${LOCALBASE}/libexec/${PKGNAME}/lib
pre-configure:
Update to 1.0.0.7, provided by Julio Merino in pkg/17234 with minor changes. Changes since 1.0.0.2: * First part of a reorganization of the menu layout (1.0.0.7). * Support for user preferences (1.0.0.7). * Mathematical characters in special fonts become tokens (1.0.0.7). * Support for the itanium platform (1.0.0.7). * Rudimentary switches and folding (1.0.0.6). * Improved documentation for adding new computer algebra systems (1.0.0.6). * Added a presentation mode (1.0.0.6). * Improved interfaces for QCL, Axiom and Mupad (1.0.0.6). * Visual environment information when editing (1.0.0.5). * Letter and exam styles; old letter becomes ``generic'' (1.0.0.5). * Implementation of overline and underline macros (1.0.0.5). * Improved special mathematical fonts cal, frak and Bbb (1.0.0.5). * Some small improvements in LaTeX to TeXmacs converter (1.0.0.5). * Added amsart and jsc style files (1.0.0.5). * Further reorganization of the style files (1.0.0.5). * Spanish translations of several help files (1.0.0.4). * Further reorganization of the style files (1.0.0.4). * Examples of TeXmacs documents are available from online help (1.0.0.4). * Experimental support for the Giac computer algebra system (1.0.0.4). * Experimental support for MacOSX with help from Martin Costabel (1.0.0.3). * Suffixes handling in the file loader and saver by Gareth McCaughan (1.0.0.3). * Experimental support for the Axiom system by Andrey Grozin (1.0.0.3). * Experimental support for Italian with help from Xav (1.0.0.3). * Fixed bug with computer algebra session styles (1.0.0.3). * Preliminary version of online help (1.0.0.3).
2002-06-16 20:50:26 +02:00
${RM} ${WRKSRC}/misc/scripts/tm_axiom
.include "../../lang/guile/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"