source: hybrid/branches/releng-9.0/nanobsd/ports/net/transproxy/Makefile@ 10774

Last change on this file since 10774 was 10612, checked in by rick, 13 years ago

Make port building whole bunch more stupid:

1) Bundle ports in the tree itself, instead of global shared banch.
2) Copy the local ports just in the /usr/ports tree to allow playing around

with just the ordenary tools.

File size: 516 bytes
Line 
1# New ports collection makefile for: transproxy
2# Date created: 2009-07-15
3# Whom: Rick van der Zwet <info@rickvanderzwet.nl>
4#
5# $FreeBSD: $
6#
7
8PORTNAME= transproxy
9PORTVERSION= 1.6
10CATEGORIES= net
11MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
12MASTER_SITE_SUBDIR= ${PORTNAME}
13EXTRACT_SUFX= .tgz
14
15MAINTAINER= info@rickvanderzwet.nl
16COMMENT= Transproxy is used to transparently proxy HTTP requests
17
18USE_RC_SUBR= transproxy
19
20MAN8= tproxy.8
21
22post-install:
23 @${CAT} ${PKGDIR}/pkg-message
24
25.include <bsd.port.mk>
Note: See TracBrowser for help on using the repository browser.