aboutsummaryrefslogtreecommitdiff
path: root/www/twhttpd/Makefile
blob: 9ca097182a0c7c996f212fb1b640d0263f30e6cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	twhttpd-1.0
# Date created: 	25 Sep 2002
# Whom:			Pieter Danhieux <opr@bsdaemon.be>
#
# $FreeBSD$
#

PORTNAME=	twhttpd
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://www.geocities.com/samngms/twhttpd/download/
DISTNAME=	twhttpd-${PORTVERSION}

MAINTAINER=	opr@bsdaemon.be
COMMENT=	Secure HTTP Proxy

GNU_CONFIGURE=  yes
USE_GMAKE=	yes
USE_AUTOCONF_VER=	213

do-install:
	@${INSTALL_PROGRAM} -o root -g wheel -m 0755 ${WRKSRC}/twhttpd ${PREFIX}/sbin/twhttpd
	@${INSTALL} -o root -g wheel -m 0755 ${WRKSRC}/rm_cache ${PREFIX}/sbin/rm_cache
	@${INSTALL} -o root -g wheel -m 0700 ${WRKSRC}/twhttpd.cfg ${PREFIX}/etc/twhttpd.cfg.sample

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>