head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.02.39;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2006.05.13.04.41.13;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2004.05.02.17.37.47;	author arved;	state Exp;
branches;
next	1.5;

1.5
date	2004.04.01.12.31.31;	author krion;	state Exp;
branches;
next	1.4;

1.4
date	2004.02.06.13.12.42;	author trevor;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.14.01.19;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.04.05.46.37;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2001.07.19.05.59.24;	author markp;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	micro_httpd
# Date created:				13 Jul 2001
# Whom:					Kim Scarborough <user@@unknown.nu>
#
# $FreeBSD: head/www/micro_httpd/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	micro_httpd
PORTVERSION=	2001.12.14
CATEGORIES=	www
MASTER_SITES=	http://www.acme.com/software/micro_httpd/ \
		http://www.unknown.nu/ports/
DISTNAME=	${PORTNAME}_14dec2001

MAINTAINER=	user@@unknown.nu
COMMENT=	An extremely small web server

WRKSRC=		${WRKDIR}/${PORTNAME}
MAN8=		micro_httpd.8
PLIST_FILES=	sbin/micro_httpd

post-patch:
	@@${REINPLACE_CMD} -e "s:/usr/local/sbin:${PREFIX}/sbin:g; \
		s:/usr/local/man/man8:${MAN8PREFIX}/man/man8:g; \
		s:gcc:${CC}:g; s:-O:${CFLAGS}:g" \
		${WRKSRC}/Makefile
	@@${REINPLACE_CMD} -e "s/^.TH micro_httpd 1/.TH micro_httpd 8/g" \
		${WRKSRC}/micro_httpd.8

.include <bsd.port.mk>
@


1.7
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Update to 2001.12.14

PR:		64116
Submitted by:	Petr Rehor <Petr.Rehor@@i.cz>
Approved by:	Kim Scarborough <sluggo@@unknown.nu>
@
text
@a17 1
USE_REINPLACE=	yes
@


1.5
log
@- Respect CC & CFLAGS

PR:		ports/65032
Submitted by:	michael johnson <ahze@@ahze.net>
@
text
@d9 1
a9 1
PORTVERSION=	2000.12.15
d13 1
a13 1
DISTNAME=	${PORTNAME}_15dec00
@


1.4
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d26 1
a26 1
		s:^(CC|CFLAGS) =.+::g;" \
@


1.3
log
@De-pkg-comment.
@
text
@d21 1
@


1.2
log
@PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
@
text
@d16 1
@


1.1
log
@Add micro_httpd 2000.12.15, an extremely small web server.

PR:		28977
Submitted by:	Kim Scarborough <user@@unknown.nu>
@
text
@d17 1
d22 1
a22 1
	@@${PERL} -pi -e "s:/usr/local/sbin:${PREFIX}/sbin:g; \
d26 1
a26 1
	@@${PERL} -pi -e "s/^.TH micro_httpd 1/.TH micro_httpd 8/g" \
@

