e66688c221
Changes since 1.0.0.7: * You may now make money donations to the TeXmacs project (1.0.0.9). * Headers and footers through menus (1.0.0.9). * Minor bug fixes (1.0.0.9). * Reorganization of the online manual (1.0.0.9). * Standard keyboard prefixes part of tmdoc style file (1.0.0.9). * Some changes for compilation with g++ 3.1 (1.0.0.8). * Implementation of arrows with limits above and below (1.0.0.8).
31 lines
748 B
Makefile
31 lines
748 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/07/20 01:20:05 wiz Exp $
|
|
|
|
DISTNAME= TeXmacs-1.0.0.9-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
|
|
DEPENDS+= guile>=1.4:../../lang/guile
|
|
BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
|
|
|
|
ALL_TARGET= TEXMACS
|
|
|
|
MANCOMPRESSED= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
LDFLAGS+= -Wl,-R${LOCALBASE}/libexec/${PKGNAME}/lib
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && autoconf;
|
|
${RM} ${WRKSRC}/misc/scripts/tm_axiom
|
|
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/texinfo.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|