summaryrefslogtreecommitdiff
path: root/www/micro_httpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/micro_httpd/Makefile')
-rw-r--r--www/micro_httpd/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/www/micro_httpd/Makefile b/www/micro_httpd/Makefile
new file mode 100644
index 000000000000..20f78fef59b1
--- /dev/null
+++ b/www/micro_httpd/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: micro_httpd
+# Date created: 13 Jul 2001
+# Whom: Kim Scarborough <user@unknown.nu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= micro_httpd
+PORTVERSION= 2000.12.15
+CATEGORIES= www
+MASTER_SITES= http://www.acme.com/software/micro_httpd/ \
+ http://www.unknown.nu/ports/
+DISTNAME= ${PORTNAME}_15dec00
+
+MAINTAINER= user@unknown.nu
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+MAN8= micro_httpd.8
+
+post-patch:
+ @${PERL} -pi -e "s:/usr/local/sbin:${PREFIX}/sbin:g; \
+ s:/usr/local/man/man8:${MAN8PREFIX}/man/man8:g; \
+ s:^(CC|CFLAGS) =.+::g;" \
+ ${WRKSRC}/Makefile
+ @${PERL} -pi -e "s/^.TH micro_httpd 1/.TH micro_httpd 8/g" \
+ ${WRKSRC}/micro_httpd.8
+
+.include <bsd.port.mk>