2002-03-03 04:39:37 +01:00
|
|
|
# New ports collection makefile for: texmacs
|
|
|
|
# Date created: 1 December 2001
|
|
|
|
# Whom: Geoffrey Mainland <mainland@apeiron.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= texmacs
|
2003-08-26 12:30:29 +02:00
|
|
|
PORTVERSION= 1.0.1.21
|
2002-03-03 04:39:37 +01:00
|
|
|
CATEGORIES= editors print
|
|
|
|
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/
|
2003-08-26 12:30:29 +02:00
|
|
|
DISTNAME= TeXmacs-${PORTVERSION}-src
|
2002-03-03 04:39:37 +01:00
|
|
|
|
|
|
|
MAINTAINER= mainland@apeiron.net
|
2003-02-21 12:38:28 +01:00
|
|
|
COMMENT= A free WYSIWYG scientific text editor
|
2002-03-03 04:39:37 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile \
|
2002-05-21 08:57:59 +02:00
|
|
|
tex:${PORTSDIR}/print/teTeX
|
|
|
|
RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX
|
2002-03-03 04:39:37 +01:00
|
|
|
|
2003-08-26 12:30:29 +02:00
|
|
|
WRKSRC= ${WRKDIR}/TeXmacs-${PORTVERSION}-src
|
2002-03-03 04:39:37 +01:00
|
|
|
|
|
|
|
USE_XLIB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2003-08-26 12:30:29 +02:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --disable-fastalloc ${CONFIGURE_TARGET}
|
|
|
|
USE_GMAKE= yes
|
2002-05-21 08:57:59 +02:00
|
|
|
|
2002-03-03 04:39:37 +01:00
|
|
|
ALL_TARGET=
|
|
|
|
|
|
|
|
MAN1= texmacs.1 fig2ps.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|