aboutsummaryrefslogtreecommitdiff
path: root/math/eukleides/Makefile
blob: e30441c1734e5a7ccf593a81dd0f6dc996939620 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ex:ts=8
# Ports collection makefile for:	eukleides
# Date created:			Jun 4, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	eukleides
PORTVERSION=	0.9.0
CATEGORIES=	math
MASTER_SITES=	http://perso.wanadoo.fr/obrecht/download/
DISTNAME=	${PORTNAME}.${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org

PORTCOMMENT=	A Euclidean geometry drawing language

RUN_DEPENDS=	pstoedit:${PORTSDIR}/graphics/pstoedit \
		epstopdf:${PORTSDIR}/print/teTeX

USE_BISON=	yes
ALL_TARGET=	${PORTNAME}
USE_GMAKE=	yes

MAN1=	eukleides.1
MLINKS=	eukleides.1 euk2eps.1 eukleides.1 euk2edit.1

.include <bsd.port.mk>