e28630ead2
PR: 39668 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
27 lines
546 B
Makefile
27 lines
546 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
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://thalassocracy.org/libfreenet/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_REINPLACE= yes
|
|
USE_OPENSSL= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-g -Wall|\@CFLAGS\@|g' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|