freebsd-ports/www/tinytinyhttpd/Makefile
Adam Weinberger 2066a94ad9 Update to 0.0.11. Fixes some nasty bugs.
PR:		ports/169582
Approved by:	maintainer
2012-07-11 01:43:05 +00:00

34 lines
755 B
Makefile

# New ports collection makefile for: tinytinyhttpd
# Date created: 01 Aug 2009
# Whom: Shinsuke Matsui <smatsui@karashi.org>
#
# $FreeBSD$
#
PORTNAME= tinytinyhttpd
PORTVERSION= 0.0.11
CATEGORIES= www
MASTER_SITES= http://cloud.github.com/downloads/mattn/tinytinyhttpd/ \
${MASTER_SITE_LOCAL}
MAINTAINER= smatsui@karashi.org
COMMENT= Tiny tiny httpd
HAS_CONFIGURE= yes
PLIST_FILES= bin/tthttpd
SUB_FILES= example.conf
PORTDOCS= README example.conf ChangeLog
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tthttpd ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/example.conf ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
.endif
.include <bsd.port.mk>