diff options
Diffstat (limited to 'x11/zenity/Makefile')
-rw-r--r-- | x11/zenity/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile new file mode 100644 index 00000000000..2e4fae4bb7d --- /dev/null +++ b/x11/zenity/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 23:40:39 xtraeme Exp $ +# + +DISTNAME= zenity-1.6 +CATEGORIES= x11 gnome2 +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/zenity/1.6/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= xtraeme@NetBSD.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= Display GNOME dialogs from the command line + +DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs +BUILD_USES_MSGFMT= yes + +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_X11= yes + +.include "../../devel/GConf2/schemas.mk" +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/popt/buildlink2.mk" +.include "../../graphics/libgnomecanvas/buildlink2.mk" +.include "../../textproc/intltool/buildlink2.mk" +.include "../../textproc/scrollkeeper/omf.mk" +.include "../../mk/bsd.pkg.mk" |