pkgsrc/www/thy/Makefile
xtraeme 2c541c5c8d Initial import of thy-0.8.10 from pkgsrc-wip.
Thy was designed to be as fast and lightweight as possible. For
speed, she uses sendfile(), and does not fork.

Among the features are name-based virtual hosts, userdir and
directory index support; Range, If-Modified-Since, keep-alive,
on-the-fly compression and of course, CGI, IPv6 and TLS support.

Thy does not require (but can use) a configuration file to run.
2004-04-01 05:19:02 +00:00

52 lines
1.8 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/04/01 05:19:03 xtraeme Exp $
#
DISTNAME= thy-0.8.10
CATEGORIES= www
MASTER_SITES= ftp://bonehunter.rulez.org/pub/thy/devel/
MAINTAINER= algernon@bonehunter.rulez.org
HOMEPAGE= http://bonehunter.rulez.org/Thy.phtml
COMMENT= Tiny and fast HTTP daemon
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= USE_INET6
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make lex yacc
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
PKG_SYSCONFSUBDIR= thy
CONF_FILES= ${EGDIR}/thyrc ${PKG_SYSCONFDIR}/thyrc \
${EGDIR}/http301.html ${PKG_SYSCONFDIR}/http301.html \
${EGDIR}/http302.html ${PKG_SYSCONFDIR}/http302.html \
${EGDIR}/http400.html ${PKG_SYSCONFDIR}/http400.html \
${EGDIR}/http401.html ${PKG_SYSCONFDIR}/http401.html \
${EGDIR}/http403.html ${PKG_SYSCONFDIR}/http403.html \
${EGDIR}/http404.html ${PKG_SYSCONFDIR}/http404.html \
${EGDIR}/http405.html ${PKG_SYSCONFDIR}/http405.html \
${EGDIR}/http411.html ${PKG_SYSCONFDIR}/http411.html \
${EGDIR}/http412.html ${PKG_SYSCONFDIR}/http412.html \
${EGDIR}/http413.html ${PKG_SYSCONFDIR}/http413.html \
${EGDIR}/http416.html ${PKG_SYSCONFDIR}/http416.html \
${EGDIR}/http417.html ${PKG_SYSCONFDIR}/http417.html \
${EGDIR}/http500.html ${PKG_SYSCONFDIR}/http500.html \
${EGDIR}/http501.html ${PKG_SYSCONFDIR}/http501.html \
${EGDIR}/http503.html ${PKG_SYSCONFDIR}/http503.html \
${EGDIR}/http505.html ${PKG_SYSCONFDIR}/http505.html
RCD_SCRIPTS= thy
INFO_FILES= thy.info
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
MAKE_FLAGS+= pkgconfdir=${EGDIR}
EGDIR= ${PREFIX}/share/examples/thy
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/etc/thyrc ${EGDIR}
.include "../../security/gnutls/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"