c4e71c5e7a
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
16 lines
376 B
Makefile
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"
|