diff options
Diffstat (limited to 'graphics/g2/Makefile')
-rw-r--r-- | graphics/g2/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/g2/Makefile b/graphics/g2/Makefile new file mode 100644 index 00000000000..bb881a44ec5 --- /dev/null +++ b/graphics/g2/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/07 22:19:40 jtb Exp $ + +DISTNAME= g2-0.40 +CATEGORIES= graphics +MASTER_SITES= ftp://g2.sourceforge.net/pub/g2/ + +MAINTAINER= jtb@netbsd.org +HOMEPAGE= http://g2.sourceforge.net/ + +GNU_CONFIGURE= yes +USE_X11= yes +ALL_TARGET= depend all + +.include "../../mk/bsd.pkg.mk" |