1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/editors/texmacs/Makefile
Pav Lucistnik c7c82f36e5 - Update to 1.0.3
PR:		ports/66068
Submitted by:	Geoffrey Mainland <mainland@apeiron.net> (maintainer)
2004-05-02 17:05:12 +00:00

33 lines
762 B
Makefile

# New ports collection makefile for: texmacs
# Date created: 1 December 2001
# Whom: Geoffrey Mainland <mainland@apeiron.net>
#
# $FreeBSD$
#
PORTNAME= texmacs
PORTVERSION= 1.0.3
CATEGORIES= editors print
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ \
ftp://ftp.texmacs.org/pub/TeXmacs/old-targz/
DISTNAME= TeXmacs-${PORTVERSION}-R2-src
MAINTAINER= mainland@apeiron.net
COMMENT= "A free WYSIWYG scientific text editor."
BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile \
tex:${PORTSDIR}/print/teTeX
RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX
USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --disable-fastalloc ${CONFIGURE_TARGET}
USE_GMAKE= yes
ALL_TARGET=
MAN1= texmacs.1 fig2ps.1
MANCOMPRESSED= yes
.include <bsd.port.mk>