diff options
author | jtb <jtb@pkgsrc.org> | 2001-02-07 22:19:40 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-02-07 22:19:40 +0000 |
commit | 951e0c97279e1353d45ff35cb2dee986d310fcac (patch) | |
tree | 16934837fe9d24c59f604d0ad159f85f886aabae /graphics/g2/Makefile | |
parent | a1cae2143b0a42d88cf1776416ddbed9d5a70fd1 (diff) | |
download | pkgsrc-951e0c97279e1353d45ff35cb2dee986d310fcac.tar.gz |
Initial import of g2:
Powerful, easy to use 2D graphics library
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" |