# New ports collection makefile for: tinyproxy # Date created: 01 Jul 1999 # Whom: Mitsuru Yoshida # # $FreeBSD$ # PORTNAME= tinyproxy PORTVERSION= 1.3.3b CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mitsuru@riken.go.jp BUILD_DEPENDS= ${LOCALBASE}/lib/libadns.a:${PORTSDIR}/net/adns GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --with-log-file=/var/log/tinyproxy.log --with-port=8080 --with-user=nobody --with-adns-include=${LOCALBASE}/include --with-adns-lib=${LOCALBASE}/lib MAN8= tinyproxy.8 .include