summaryrefslogtreecommitdiff
path: root/net-p2p/gnunet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/gnunet/Makefile')
-rw-r--r--net-p2p/gnunet/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile
index 6d59c634e00d..bb91bd50f5a8 100644
--- a/net-p2p/gnunet/Makefile
+++ b/net-p2p/gnunet/Makefile
@@ -7,13 +7,15 @@
#
PORTNAME= gnunet
-PORTVERSION= 0.4.6
+PORTVERSION= 0.5.1a
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITES= ${MASTER_SITE_GNU} \
+ http://www.ovmj.org/GNUnet/download/
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= GNUnet-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
+COMMENT= An anonymous, distributed, reputation-based network
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
@@ -23,12 +25,15 @@ USE_GNOMENG= yes
USE_GNOME= gtk12
USE_REINPLACE= yes
USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+INSTALLS_SHLIB= yes
-MAN1= gnunet-check.1 gnunet-download.1 gnunet-gtk.1 \
- gnunet-insert-multi.1 gnunet-insert.1 gnunet-search.1 gnunetd.1
+MAN1= gnunet-chat.1 gnunet-check.1 gnunet-download.1 gnunet-gtk.1 \
+ gnunet-insert-multi.1 gnunet-insert.1 gnunet-search.1 \
+ gnunet-tbench.1 gnunetd.1
MAN5= gnunet.conf.5
post-patch: