diff options
author | tv <tv@pkgsrc.org> | 2006-05-16 18:02:04 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-05-16 18:02:04 +0000 |
commit | 613dddc385f6c4eca09b274235e5c938d1234538 (patch) | |
tree | f21e22a9b91bb93b9bfdac0df701d70105343d4e /net/freenet-tools/Makefile | |
parent | d6c170add5af3211caf8c067d2aec4d8646de62c (diff) | |
download | pkgsrc-613dddc385f6c4eca09b274235e5c938d1234538.tar.gz |
Update to 0.2.25. No offical changelog; mainly, incorporates Interix
patches originally created for pkgsrc, and adds broadcast/receive real-time
FCP commands (experimental Entropy extensions).
Add patch making all FCP protocol commands use \r\n as EOL, now required
by Freenet (\n wasn't enough).
Diffstat (limited to 'net/freenet-tools/Makefile')
-rw-r--r-- | net/freenet-tools/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/freenet-tools/Makefile b/net/freenet-tools/Makefile index a827b9f1e0a..e9ce14a1a04 100644 --- a/net/freenet-tools/Makefile +++ b/net/freenet-tools/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2006/03/22 22:50:32 tv Exp $ +# $NetBSD: Makefile,v 1.11 2006/05/16 18:02:04 tv Exp $ # -DISTNAME= ft-0.2.23 +DISTNAME= ft-0.2.25 PKGNAME= ${DISTNAME:S/ft-/freenet-tools-/} WRKSRC= ${WRKDIR}/ft -PKGREVISION= 1 CATEGORIES= net www MASTER_SITES= http://entropy.stop1984.com/files/ EXTRACT_SUFX= .tgz @@ -16,13 +15,14 @@ COMMENT= Freenet Tools, freesite manipulation tools for Freenet and Entropy USE_TOOLS+= gmake MAKE_FLAGS+= CC=${CC:Q} LD=${CC:Q} CFLAGS=${CFLAGS:M*:Q} LDFLAGS=${LDFLAGS:M*:Q} -CFLAGS+= -DFT_BIN=\"${PREFIX}/bin\" +CFLAGS+= -DFT_BIN=\"${PREFIX}/bin\" -D_DEBUG INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ft ${PREFIX}/bin/ft -.for f in fcpchk fcpget fcpgetsite fcphello fcpinv fcpkey fcpput fcpputsite +.for f in fcpbroadcast fcpchk fcpget fcpgetsite fcphello fcpinv fcpkey \ + fcpput fcpputsite fcpreceive ${LN} -s -f ft ${PREFIX}/bin/${f} .endfor |