aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/libfreenet/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
commit6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch)
treefb8d61358190cc429db453d54fb9920ccfde716f /net-p2p/libfreenet/Makefile
parentea16706c62b542adc8f3b887256bf215bf914db6 (diff)
downloadports-release/4.10.0.tar.gz
ports-release/4.10.0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_10_0'.release/4.10.0
Diffstat (limited to 'net-p2p/libfreenet/Makefile')
-rw-r--r--net-p2p/libfreenet/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-p2p/libfreenet/Makefile b/net-p2p/libfreenet/Makefile
deleted file mode 100644
index 5ff227f05cca..000000000000
--- a/net-p2p/libfreenet/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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= 1
-CATEGORIES= net
-MASTER_SITES= http://thalassocracy.org/libfreenet/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Freenet library written in C
-
-USE_REINPLACE= yes
-USE_OPENSSL= yes
-USE_GMAKE= yes
-USE_LIBTOOL_VER=13
-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>