1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/twhttpd/Makefile
Alexey Dokuchaev 9f95d51df8 Fix an apparent typo, and unbreak this port.
Reported by:	kris
Approved by:	portmgr (krion), fjoe (mentor, implicit), maintainer
2004-09-30 18:42:01 +00:00

31 lines
754 B
Makefile

# 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>