dc58bbc064
network. Once 0.7 release is available, these ports can be reviwed PR: ports/110535 Submitted by: Peter Thoenen <peter.thoenen@yahoo.com>
33 lines
797 B
Makefile
33 lines
797 B
Makefile
# 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.5.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-p2p
|
|
MASTER_SITES= http://thalassocracy.org/libfreenet/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Freenet library written in C
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_OPENSSL= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet
|
|
USE_LDCONFIG= yes
|
|
|
|
DEPRECATED= Does not work with existing Freenet network
|
|
EXPIRATION_DATE=2007-04-22
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
${WRKSRC}/configure
|
|
@${REINPLACE_CMD} -e 's|-g -Wall|\@CFLAGS\@|g' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|