summaryrefslogtreecommitdiff
path: root/editors/TeXmacs/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-01-20 14:44:13 +0000
committerrecht <recht@pkgsrc.org>2004-01-20 14:44:13 +0000
commit224400d92f446a31c3e815431a1e00bd375b6ca2 (patch)
treea717fe5885f790406d9841550d81d51e26a00941 /editors/TeXmacs/Makefile
parentfe1054c7a156aaf6a860e53842ec3f93b66d0407 (diff)
downloadpkgsrc-224400d92f446a31c3e815431a1e00bd375b6ca2.tar.gz
update to TeXmacs-1.0.3.1
The main improvements with respect to TeXmacs-1.0.2 are: * An export filter for Postscript and Pdf which supports scalable fonts. * An interface with FreeType 2 for the support of several new fonts. * TeXmacs has become ?DRD aware?, which means that properties can be associated to primitive and user defined tags. * The TeXmacs website has been redesigned and generated using TeXmacs. * A better Html output filter and several minor improvements in the LaTeX import converter. * Several improvements in the plug-ins and support for the free Axiom system. * Scheme support for plugging in new data types and converters. * Support for the Slovene language.
Diffstat (limited to 'editors/TeXmacs/Makefile')
-rw-r--r--editors/TeXmacs/Makefile24
1 files changed, 4 insertions, 20 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile
index 84fd9172ac7..023bac1e314 100644
--- a/editors/TeXmacs/Makefile
+++ b/editors/TeXmacs/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.21 2004/01/01 12:30:56 recht Exp $
+# $NetBSD: Makefile,v 1.22 2004/01/20 14:44:13 recht Exp $
-DISTNAME= TeXmacs-1.0.2.11-src
+DISTNAME= TeXmacs-1.0.3.1-src
PKGNAME= ${DISTNAME:S/-src//}
CATEGORIES= editors
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/
-MAINTAINER= jmmv@NetBSD.org
+MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://www.texmacs.org/
COMMENT= GNU TeXmacs (free scientific text editor)
@@ -18,26 +18,10 @@ USE_GMAKE= yes
USE_X11= yes
GNU_CONFIGURE= yes
-LDFLAGS+= -Wl,${RPATH_FLAG}${PREFIX}/libexec/${PKGNAME}/lib
-
-PKG_DOCDIR= ${PREFIX}/share/doc/TeXmacs
-PKG_CXXFLAGS= -DPKG_DOCDIR=\"\\\"${PKG_DOCDIR}\\\"\"
CONFIGURE_ENV+= PKG_CXXFLAGS="${PKG_CXXFLAGS}"
CONFIGURE_ENV+= PKG_LDFLAGS="${LDFLAGS}"
-post-extract:
- ${MV} ${WRKSRC}/misc/scripts/texmacs.in \
- ${WRKSRC}/misc/scripts/texmacs.in.in
-
-pre-configure:
- ${SED} -e "s|@PKG_GUILE_PATH@|${GUILE14_PREFIX_DEFAULT}/bin|g" \
- < ${WRKSRC}/misc/scripts/texmacs.in.in > \
- ${WRKSRC}/misc/scripts/texmacs.in
-
-post-install:
- ${LN} -s ${PREFIX}/share/doc/TeXmacs \
- ${PREFIX}/share/TeXmacs/doc
-
+.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../graphics/freetype2/buildlink2.mk"
.include "../../lang/guile/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"