diff options
Diffstat (limited to 'www/dillo/Makefile')
-rw-r--r-- | www/dillo/Makefile | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile index de925601512..4068020c727 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -1,36 +1,37 @@ -# $NetBSD: Makefile,v 1.14 2003/05/02 11:56:40 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2003/05/06 16:10:15 salo Exp $ # -DISTNAME= dillo-0.7.1.2 -PKGREVISION= 1 -WRKSRC= ${WRKDIR}/dillo-0.7.1 +DISTNAME= dillo-0.7.2 CATEGORIES= www MASTER_SITES= http://dillo.auriga.wearlab.de/download/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= Benjamin.Wong@cc.gatech.edu HOMEPAGE= http://dillo.auriga.wearlab.de/ COMMENT= Very small and fast graphical web-browser -USE_BUILDLINK2= yes -USE_PKGINSTALL= yes -USE_X11= yes -GNU_CONFIGURE= yes +USE_BUILDLINK2= YES +USE_PKGINSTALL= YES +USE_X11= YES +GNU_CONFIGURE= YES -EGDIR= ${PREFIX}/share/examples/dillo -CONF_FILES= ${EGDIR}/dillorc ${PKG_SYSCONFDIR}/dillorc +CONFIGURE_ARGS= --sysconfdir=${PKG_SYSCONFDIR} -CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" +EGDIR= ${PREFIX}/share/examples/dillo +CONF_FILES= ${EGDIR}/dillorc.default ${PKG_SYSCONFDIR}/dillorc .include "../../mk/bsd.prefs.mk" -BUILD_DEFS+= USE_INET6 .if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss]) -CONFIGURE_ARGS+= --enable-ipv6 +BUILD_DEFS+= USE_INET6 +CONFIGURE_ARGS+= --enable-ipv6 .endif post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dillo ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/dillo + ${INSTALL_DATA_DIR} ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/dillorc ${EGDIR}/dillorc.default .include "../../graphics/jpeg/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" |