Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --- pkgsrc/www/dillo/Makefile 2002/02/12 20:06:34 1.4 +++ pkgsrc/www/dillo/Makefile 2003/03/21 18:15:28 1.12 @@ -1,26 +1,40 @@ -# $NetBSD: Makefile,v 1.4 2002/02/12 20:06:34 reinoud Exp $ +# $NetBSD: Makefile,v 1.12 2003/03/21 18:15:28 jmmv Exp $ # -DISTNAME= dillo-0.6.4 +DISTNAME= dillo-0.7.1.2 +WRKSRC= ${WRKDIR}/dillo-0.7.1 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dillo/} +MASTER_SITES= http://dillo.auriga.wearlab.de/download/ MAINTAINER= Benjamin.Wong@cc.gatech.edu -HOMEPAGE= http://dillo.sourceforge.net/ -COMMENT= very small and fast graphical web-browser +HOMEPAGE= http://dillo.auriga.wearlab.de/ +COMMENT= Very small and fast graphical web-browser -USE_BUILDLINK_ONLY= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_BUILDLINK2= yes +USE_PKGINSTALL= yes +USE_X11= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +EGDIR= ${PREFIX}/share/examples/dillo +CONF_FILES= ${EGDIR}/dillorc ${PKG_SYSCONFDIR}/dillorc + +CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" + +.include "../../mk/bsd.prefs.mk" + +BUILD_DEFS+= USE_INET6 +.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss]) +CONFIGURE_ARGS+= --enable-ipv6 +.endif post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dillo - ${INSTALL_DATA} ${WRKSRC}/dillorc ${PREFIX}/share/examples/dillo + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dillo + ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/dillo -.include "../../devel/pth/buildlink.mk" -.include "../../graphics/jpeg/buildlink.mk" -.include "../../graphics/png/buildlink.mk" -.include "../../x11/gtk/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../graphics/jpeg/buildlink2.mk" +.include "../../graphics/png/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" +.include "../../mk/pthread.buildlink2.mk" .include "../../mk/bsd.pkg.mk"