diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-03 03:39:37 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-03 03:39:37 +0000 |
commit | 4cd9f9c8fb9077cc0cb5aedecd3cfa363d9d719a (patch) | |
tree | a8abf3fa72eaa8c8e961a9aacd48caebbf40d68f /editors/texmacs/Makefile | |
parent | Upgrade to irssi-0.8.1, (diff) |
Add texmacs 0.3.5.8, a free WYSIWYG scientific text editor.
PR: 32434
Submitted by: Geoffrey Mainland <mainland@apeiron.net>
Diffstat (limited to 'editors/texmacs/Makefile')
-rw-r--r-- | editors/texmacs/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile new file mode 100644 index 000000000000..5f138354f192 --- /dev/null +++ b/editors/texmacs/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: texmacs +# Date created: 1 December 2001 +# Whom: Geoffrey Mainland <mainland@apeiron.net> +# +# $FreeBSD$ +# + +PORTNAME= texmacs +PORTVERSION= 0.3.5.8 +CATEGORIES= editors print +MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ +DISTFILES= TeXmacs-${PORTVERSION}-src.tar.gz \ + TeXmacs-600dpi-fonts.tar.gz + +MAINTAINER= mainland@apeiron.net + +BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile \ + latex:${PORTSDIR}/print/latex +RUN_DEPENDS= latex:${PORTSDIR}/print/latex + +WRKSRC= ${WRKDIR}/TeXmacs-${PORTVERSION}-src + +USE_XLIB= yes +GNU_CONFIGURE= yes + +ALL_TARGET= + +MAN1= texmacs.1 fig2ps.1 +MANCOMPRESSED= yes + +post-extract: + @(cd ${WRKSRC}/TeXmacs-${PORTVERSION}; \ + ${TAR} xzf ${DISTDIR}/TeXmacs-600dpi-fonts.tar.gz) + +.include <bsd.port.mk> |