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 |
|
---|
8 | PORTNAME= transproxy
|
---|
9 | PORTVERSION= 1.6
|
---|
10 | CATEGORIES= net
|
---|
11 | MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
---|
12 | MASTER_SITE_SUBDIR= ${PORTNAME}
|
---|
13 | EXTRACT_SUFX= .tgz
|
---|
14 |
|
---|
15 | MAINTAINER= info@rickvanderzwet.nl
|
---|
16 | COMMENT= Transproxy is used to transparently proxy HTTP requests
|
---|
17 |
|
---|
18 | USE_RC_SUBR= transproxy
|
---|
19 |
|
---|
20 | MAN8= tproxy.8
|
---|
21 |
|
---|
22 | post-install:
|
---|
23 | @${CAT} ${PKGDIR}/pkg-message
|
---|
24 |
|
---|
25 | .include <bsd.port.mk>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.