diff options
Diffstat (limited to 'x11/gnome-python/Makefile')
-rw-r--r-- | x11/gnome-python/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/gnome-python/Makefile b/x11/gnome-python/Makefile new file mode 100644 index 00000000000..76e3ab855ea --- /dev/null +++ b/x11/gnome-python/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/11/20 20:17:47 tron Exp $ + +DISTNAME= gnome-python-1.0.50 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0.53/sources/} + +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.daa.com.au/~james/gnome/ + +DEPENDS+= py-gtk-*:../py-gtk + +GNU_CONFIGURE= yes +USE_X11= yes +USE_GMAKE= yes + +.include "../../mk/bsd.pkg.mk" |