From f5707c4de920d0d2e148d9eb333c500d53e5adda Mon Sep 17 00:00:00 2001 From: jasone Date: Wed, 23 Aug 2000 07:35:52 +0000 Subject: Add ports for: libstash - Algorithms and data structures library. libsock - TCP/IP networking library ncat - Like cat(1), but with sockets. proxy - Transparent logging proxy. All of these ports are part of a single source distribution, but they fit better into the ports scheme as separate ports. --- net/proxy/Makefile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 net/proxy/Makefile (limited to 'net/proxy/Makefile') diff --git a/net/proxy/Makefile b/net/proxy/Makefile new file mode 100644 index 000000000000..8e31e2f5f86a --- /dev/null +++ b/net/proxy/Makefile @@ -0,0 +1,33 @@ +# New ports collection Makefile for: proxy +# Date created: 22 August 2000 +# Whom: jasone +# +# $FreeBSD$ +# + +PORTNAME= proxy +PORTVERSION= 1.0.0 +CATEGORIES= net +DISTNAME= canonware-1.0.0 +MASTER_SITES= http://www.canonware.com/download/canonware/ + +MAINTAINER= jasone@FreeBSD.org + +BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook + +USE_AUTOCONF= yes +GNU_CONFIGURE= yes + +MAN1= proxy.1 +MANCOMPRESSED= no + +do-build: + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook bin/proxy/src/proxy) + +do-install: + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook proxy_install_a) + +post-install: + @strip ${PREFIX}/bin/proxy + +.include -- cgit