2002-06-04 20:40:21 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: eukleides
|
|
|
|
# Date created: Jun 4, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= eukleides
|
2003-01-03 19:05:34 +01:00
|
|
|
PORTVERSION= 0.9.2.1
|
2002-06-04 20:40:21 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= http://perso.wanadoo.fr/obrecht/download/
|
2003-01-03 19:05:34 +01:00
|
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION:R}rev${PORTVERSION:E}
|
2002-06-04 20:40:21 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
|
|
|
RUN_DEPENDS= pstoedit:${PORTSDIR}/graphics/pstoedit \
|
|
|
|
epstopdf:${PORTSDIR}/print/teTeX
|
|
|
|
|
2003-01-03 19:05:34 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION:R}
|
|
|
|
|
2002-06-04 20:40:21 +02:00
|
|
|
USE_BISON= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
MAN1= eukleides.1
|
|
|
|
MLINKS= eukleides.1 euk2eps.1 eukleides.1 euk2edit.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|