jasper 065da08517 import darkhttpd-1.10
Simple, small and efficient webserver intended for ad-hoc usage.

ok aja@
2014-09-06 08:48:04 +00:00

26 lines
539 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2014/09/06 08:48:04 jasper Exp $
COMMENT= simple and small webserver intended for ad-hoc usage
DISTNAME= darkhttpd-1.10
CATEGORIES= www
HOMEPAGE= http://unix4lyfe.org/darkhttpd/
# ISC
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tar.bz2
WANTLIB= c
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/darkhttpd ${PREFIX}/sbin/
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/darkhttpd/
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/darkhttpd/
.include <bsd.port.mk>