From de6ca65bde924535aa717354df3df6495c558fe6 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 28 Jun 2005 16:59:36 +0000 Subject: Update to 0.8.3.421. No official ChangeLog; summary follows: * i18n support. * More doc. * Minor bugfixes in refresh timings (particularly for news boards). --- net/entropy/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'net/entropy/Makefile') diff --git a/net/entropy/Makefile b/net/entropy/Makefile index 551810cf487..1d043090b24 100644 --- a/net/entropy/Makefile +++ b/net/entropy/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:25 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/28 16:59:36 tv Exp $ # DISTNAME= entropy-${ENTROPY_VERSION} PKGNAME= entropy-${ENTROPY_VERSION:S/-/./} -PKGREVISION= 2 WRKSRC= ${WRKDIR}/entropy-${ENTROPY_VERSION:C/-.*$//} CATEGORIES= net www MASTER_SITES= http://entropy.stop1984.com/files/ @@ -16,9 +15,10 @@ COMMENT= Anonymous peer-to-peer networking node (similar to Freenet) GNU_CONFIGURE= yes USE_TOOLS+= gmake -ENTROPY_VERSION= 0.8.2-418 +ENTROPY_VERSION= 0.8.3-421 CONFIGURE_ARGS+= --enable-setproctitle --enable-verbose --disable-posix-sem +LIBS+= -L${BUILDLINK_PREFIX.zlib}/lib -lz -L${BUILDLINK_PREFIX.expat}/lib -lexpat INSTALLATION_DIRS= bin @@ -29,10 +29,14 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/entropy ${PREFIX}/bin/entropy ${INSTALL_PROGRAM} ${WRKSRC}/monoopt ${PREFIX}/bin/entropy-monoopt ${INSTALL_PROGRAM} ${WRKSRC}/storechg ${PREFIX}/bin/entropy-storechg + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/entropy + ${INSTALL_DATA} ${WRKSRC}/[ERT]* ${PREFIX}/share/doc/entropy/ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/entropy + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/entropy/de ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/entropy/node ${INSTALL_DATA} ${WRKSRC}/entropy.conf-dist ${PREFIX}/share/examples/entropy/entropy.conf ${INSTALL_DATA} ${WRKSRC}/seed.txt ${PREFIX}/share/examples/entropy/ + ${INSTALL_DATA} ${WRKSRC}/de/entropy.lo ${PREFIX}/share/examples/entropy/de/ ${INSTALL_DATA} ${WRKSRC}/node/[0-9a-z]* ${PREFIX}/share/examples/entropy/node/ .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3