blob: f30abc7ccc7776c98654b75348bbac40b66c3547 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# ex:ts=8
# Ports collection makefile for: GNUnet
# Date created: Mar 23, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gnunet
PORTVERSION= 0.3.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU} \
http://gecko.cs.purdue.edu/gnunet/
MASTER_SITE_SUBDIR= gnunet
DISTNAME= GNUnet-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 \
autoconf213:${PORTSDIR}/devel/autoconf213
USE_BZIP2= yes
USE_OPENSSL= yes
USE_GTK= yes
USE_GMAKE= yes
do-configure:
@(cd ${WRKSRC} ; \
${ACLOCAL} ; \
${AUTOCONF} ; \
${AUTOHEADER} ; \
${AUTOMAKE} -a ; \
${CONFIGURE_SCRIPT})
.include <bsd.port.mk>
|