73f7c91b5d
(Part 1)
31 lines
741 B
Makefile
31 lines
741 B
Makefile
# New ports collection makefile for: tinyproxy
|
|
# Date created: 01 Jul 1999
|
|
# Whom: Mitsuru Yoshida <mitsuru@riken.go.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tinyproxy
|
|
PORTVERSION= 1.5.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= mitsuru@riken.go.jp
|
|
COMMENT= A small, efficient HTTP proxy server
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --with-config=${PREFIX}/etc/tinyproxy/tinyproxy.conf --program-transform-name=""
|
|
|
|
MAN8= tinyproxy.8
|
|
|
|
post-patch:
|
|
@cd ${WRKSRC}/doc; f=tinyproxy.8; \
|
|
${MV} $$f $$f.orig; \
|
|
${SED} -e s:/etc/tinyproxy/tinyproxy.conf:${PREFIX}/etc/tinyproxy/tinyproxy.conf: \
|
|
< $$f.orig > $$f
|
|
|
|
.include <bsd.port.mk>
|