aboutsummaryrefslogtreecommitdiffstats
path: root/net/libfreenet/Makefile
blob: 0f3746d7ac1c4eaad7285420cc03a67bc6e3926f (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
# ex:ts=8
# New ports collection makefile for:    libfreenet
# Date created:         Mar 31, 2001
# Whom:             Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   libfreenet
PORTVERSION=    0.4.0
CATEGORIES= net
MASTER_SITES=   http://thalassocracy.org/libfreenet/

MAINTAINER= ports@FreeBSD.org

USE_OPENSSL=    yes
USE_LIBTOOL=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet

USE_GMAKE=  yes

INSTALLS_SHLIB= yes

.include <bsd.port.mk>