diff options
Diffstat (limited to 'math/geg/Makefile')
-rw-r--r-- | math/geg/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile new file mode 100644 index 00000000000..16f705d6031 --- /dev/null +++ b/math/geg/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/11/02 11:57:03 hubertf 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/ + +DEPENDS+= gtk+-1.2.*:../../x11/gtk + +GNU_CONFIGURE= yes + +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" + +.include "../../mk/bsd.pkg.mk" |