pkgsrc/math/geg/Makefile
jlam c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00

16 lines
376 B
Makefile

# $NetBSD: Makefile,v 1.3 2001/06/11 06:34:42 jlam 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
.include "../../mk/bsd.pkg.mk"