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/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/micro_httpd/Makefile b/www/micro_httpd/Makefile
new file mode 100644
index 00000000000..67207278345
--- /dev/null
+++ b/www/micro_httpd/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/09 09:44:55 jmmv Exp $
+
+DISTNAME= micro_httpd_14dec2001
+PKGNAME= micro_httpd-20011214
+WRKSRC= ${WRKDIR}/micro_httpd
+CATEGORIES= www
+MASTER_SITES= http://www.acme.com/software/micro_httpd/
+
+MAINTAINER= bjan+pkgsrc@bjan.freeshell.org
+HOMEPAGE= http://www.acme.com/software/micro_httpd/
+COMMENT= Really small HTTP server than runs from inetd(8)
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= yes
+NO_CONFIGURE= yes
+
+INSTALLATION_DIRS= man/man8 sbin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/micro_httpd ${PREFIX}/sbin/
+ ${INSTALL_MAN} ${WRKSRC}/micro_httpd.8 ${PREFIX}/man/man8/
+
+.include "../../mk/bsd.pkg.mk"