pkgsrc/math/eukleides/Makefile
cjep 62d45f9eb2 Initial import of eukleides 0.9.0 into the NetBSD packages collection
as math/eukleides.

A Euclidean drawing language compiler which allows one to typeset
geometry figures within a (La)TeX document. This program is also useful
to convert such figures into EPS format or into various other vector
graphic formats.

Supplied by ich (tsadowski at gmx dot net) in PR#19090. Thanks!
2002-12-07 17:59:25 +00:00

19 lines
552 B
Makefile

# $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"