2002-03-24 18:03:26 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: GNUnet
|
|
|
|
# Date created: Mar 23, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnunet
|
2003-02-16 03:42:11 +00:00
|
|
|
PORTVERSION= 0.5.1a
|
2002-03-24 18:03:26 +00:00
|
|
|
CATEGORIES= net
|
2003-02-16 03:42:11 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU} \
|
|
|
|
http://www.ovmj.org/GNUnet/download/
|
2002-07-06 01:03:06 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2002-03-24 18:03:26 +00:00
|
|
|
DISTNAME= GNUnet-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-16 03:42:11 +00:00
|
|
|
COMMENT= An anonymous, distributed, reputation-based network
|
2002-03-24 18:03:26 +00:00
|
|
|
|
2003-01-03 08:26:35 +00:00
|
|
|
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
|
2002-03-24 18:03:26 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_OPENSSL= yes
|
2002-09-03 01:06:26 +00:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gtk12
|
2002-07-06 01:03:06 +00:00
|
|
|
USE_REINPLACE= yes
|
2002-03-24 18:03:26 +00:00
|
|
|
USE_GMAKE= yes
|
2003-02-16 03:42:11 +00:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2002-07-06 01:03:06 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-02-16 03:42:11 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-03-24 18:03:26 +00:00
|
|
|
|
2003-02-16 03:42:11 +00:00
|
|
|
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
|
2002-07-06 01:03:06 +00:00
|
|
|
MAN5= gnunet.conf.5
|
|
|
|
|
|
|
|
post-patch:
|
2002-08-06 00:52:52 +00:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|-pthread [\$$]CFLAGS|${PTHREAD_CFLAGS} \$$CFLAGS|g ; \
|
2002-07-06 01:03:06 +00:00
|
|
|
s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
2002-03-24 18:03:26 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|