summaryrefslogtreecommitdiff
path: root/math/geg/Makefile
blob: 1ab6787b1a527932eeafec834fca922bfc7f0233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.2 2001/02/17 18:22:22 wiz Exp $
#

DISTNAME=	geg-1.0.1
CATEGORIES=	math
MASTER_SITES=	http://www.infolaunch.com/~daveb/

MAINTAINER=	chris@infolaunch.com
HOMEPAGE=	http://www.infolaunch.com/~daveb/
COMMENT=	Program for drawing 2D math functions within a nice GUI

DEPENDS+=	gtk+-1.2.*:../../x11/gtk

GNU_CONFIGURE=	yes

CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}"

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