summaryrefslogtreecommitdiff
path: root/net/entropy/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-06-28 16:59:36 +0000
committertv <tv@pkgsrc.org>2005-06-28 16:59:36 +0000
commitde6ca65bde924535aa717354df3df6495c558fe6 (patch)
tree00525b2e5fa12be49d1a696aad8cd85fcb0c614c /net/entropy/Makefile
parent6717cbd3237572f51073688d9a33b2a9262228d6 (diff)
downloadpkgsrc-de6ca65bde924535aa717354df3df6495c558fe6.tar.gz
Update to 0.8.3.421. No official ChangeLog; summary follows:
* i18n support. * More doc. * Minor bugfixes in refresh timings (particularly for news boards).
Diffstat (limited to 'net/entropy/Makefile')
-rw-r--r--net/entropy/Makefile10
1 files changed, 7 insertions, 3 deletions
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"