ajacoutot 2dd913692e Long overdue update to transproxy-1.6 (fixes a problem with posting
large amount of data amongst other things).

Add an rc.d(8) script.
Add a _tproxy user/group and make tproxy runs as this user by default.
Remove jakob@ from maintainer per his request.

While here, do some cleanings:
* clean-up indent
* don't overwrite CC, CFLAGS and PREFIX
* fix patch naming
* fix a wording in DESCR
* comment tproxyrun and tproxywatch, they are useless under OpenBSD
2011-03-07 07:25:40 +00:00

27 lines
502 B
Makefile

# $OpenBSD: Makefile,v 1.23 2011/03/07 07:25:40 ajacoutot Exp $
COMMENT= transparent www proxy driver for pf
DISTNAME= transproxy-1.6
CATEGORIES= www net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=transproxy/}
HOMEPAGE= http://transproxy.sourceforge.net/
EXTRACT_SUFX= .tgz
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c wrap
USE_GROFF= Yes
NO_REGRESS= Yes
FAKE_FLAGS= PREFIX=${WRKINST}${PREFIX}
.include <bsd.port.mk>