2003-01-03 08:58:23 +01:00
|
|
|
# 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
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2003-01-03 08:58:23 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.geocities.com/samngms/twhttpd/download/
|
|
|
|
DISTNAME= twhttpd-${PORTVERSION}
|
|
|
|
|
2006-06-09 23:41:32 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Secure HTTP Proxy
|
2003-01-03 08:58:23 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= autoconf:213
|
2003-01-03 08:58:23 +01:00
|
|
|
|
|
|
|
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}
|
2004-09-30 20:42:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|