1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/tinyproxy/Makefile

29 lines
679 B
Makefile
Raw Normal View History

# New ports collection makefile for: tinyproxy
# Date created: 01 Jul 1999
# Whom: Mitsuru Yoshida <mitsuru@riken.go.jp>
#
1999-08-31 02:43:35 +00:00
# $FreeBSD$
#
PORTNAME= tinyproxy
PORTVERSION= 1.5.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mitsuru@riken.go.jp
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>