aboutsummaryrefslogtreecommitdiffstats
path: root/www/micro_httpd/Makefile
blob: 4a80587bd392b30ffcfe9b065a60cca0abf1588d (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:    micro_httpd
# Date created:             13 Jul 2001
# Whom:                 Kim Scarborough <user@unknown.nu>
#
# $FreeBSD$
#

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>