63376c59c4
PR: ports/40902 Submitted by: KATO Tsuguru <tkato@prontomail.com>
42 lines
1 KiB
Makefile
42 lines
1 KiB
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: GNUnet
|
|
# Date created: Mar 23, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnunet
|
|
PORTVERSION= 0.4.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= GNUnet-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
|
|
|
|
USE_BZIP2= yes
|
|
USE_OPENSSL= yes
|
|
USE_GTK= yes
|
|
USE_REINPLACE= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= gnunet-download.1 gnunet-gtk.1 gnunet-insert-multi.1 \
|
|
gnunet-insert.1 gnunet-search.1 gnunetd.1
|
|
MAN5= gnunet.conf.5
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|-pthread [\$$]CFLAGS|\$$CFLAGS|g ; \
|
|
s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
|
.for file in src/include/server/startup.h src/server/startup.c \
|
|
src/textui/gnunetdownload.c src/textui/insertmain.c \
|
|
src/textui/insertmulti.c src/util/getopt.c src/util/getopt1.c
|
|
@${REINPLACE_CMD} -e 's|"getopt.h"|"util/getopt.h"|g' ${WRKSRC}/${file}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|