blob: 58d225506e764670eef6a8e538c1e1e17c42cf31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.8 2005/03/24 21:12:56 wiz Exp $
DISTNAME= eukleides.1.0.1
PKGNAME= eukleides-1.0.1
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
BUILD_TARGET= eukleides
USE_GNU_TOOLS+= make
USE_MAKEINFO= YES
INFO_FILES= eukleides.info
.include "../../mk/bsd.pkg.mk"
|