summaryrefslogtreecommitdiff
path: root/math/eukleides/Makefile
blob: 3007a16a0e214f943b9d3faddba0d01bf3ead90b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.1.1.1 2002/12/07 17:59:25 cjep Exp $
# FreeBSD Id: ports/math/eukleides/Makefile,v 1.1 2002/06/04 18:40:20 ijliao Exp

DISTNAME=	eukleides.0.9.0
PKGNAME=	eukleides-0.9.0
CATEGORIES=	math
MASTER_SITES=	http://perso.wanadoo.fr/obrecht/download/

MAINTAINER=	tsadowski@gmx.net
HOMEPAGE=	http://perso.wanadoo.fr/obrecht/
COMMENT=	Euclidean geometry drawing language

BUILD_DEPENDS+= bison>=1.35:../../devel/bison
DEPENDS+=	pstoedit>=3.31:../../graphics/pstoedit

ALL_TARGET=	eukleides
USE_GMAKE=	yes

.include "../../mk/bsd.pkg.mk"