diff options
| author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-31 07:32:20 +0000 |
|---|---|---|
| committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-31 07:32:20 +0000 |
| commit | 20c77d2527ca0861418361c22e819588672a92fd (patch) | |
| tree | 68cc9647ffb0192b1792f008bc7fac87cfa85b41 /net/libfreenet/Makefile | |
| parent | 89639aeb42feef81c119e9a51040eb8c766788fb (diff) | |
add libfreenet
Freenet library written in C
Diffstat (limited to 'net/libfreenet/Makefile')
| -rw-r--r-- | net/libfreenet/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/libfreenet/Makefile b/net/libfreenet/Makefile new file mode 100644 index 000000000000..b236312a8476 --- /dev/null +++ b/net/libfreenet/Makefile @@ -0,0 +1,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.3.0 +CATEGORIES= net +MASTER_SITES= http://thalassocracy.org/libfreenet/ + +MAINTAINER= ijliao@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> |
