diff options
author | rh <rh@pkgsrc.org> | 2000-08-30 07:16:34 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-08-30 07:16:34 +0000 |
commit | 9433ce37f75879e16956f0b3b33dce0e5236c164 (patch) | |
tree | 78025f1a58e0e4d904e47008e8341b3e8f5157f8 /www/gtkhtml/Makefile | |
parent | 3e39502f087f727c21acad1f98973097f4ca1cc1 (diff) | |
download | pkgsrc-9433ce37f75879e16956f0b3b33dce0e5236c164.tar.gz |
Initial import of gtkhtml-0.6.1, a lightweight HTML rendering/printing/
editing engine.
Diffstat (limited to 'www/gtkhtml/Makefile')
-rw-r--r-- | www/gtkhtml/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile new file mode 100644 index 00000000000..830818f6a37 --- /dev/null +++ b/www/gtkhtml/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/08/30 07:16:34 rh Exp $ +# + +DISTNAME= gtkhtml-0.6.1 +CATEGORIES= www gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gtkhtml/} + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.gnome.org/ + +DEPENDS+= libwww>=5.2.8:../../www/libwww +DEPENDS+= bonobo>=0.15:../../devel/bonobo +#DEPENDS+= GConf>=0.5:../../devel/GConf +DEPENDS+= gnome-print>=0.20:../../print/gnome-print + +GNU_CONFIGURE= YES +USE_X11BASE= YES +USE_LIBTOOL= YES + +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" + +.include "../../mk/bsd.pkg.mk" |