# Template file for 'thttpd' pkgname=thttpd version=2.25b revision=2 build_style=gnu-configure short_desc="Tiny/turbo/throttling HTTP server" maintainer="Juan RP " license="BSD" homepage="http://www.acme.com/software/thttpd/" distfiles="http://www.acme.com/software/thttpd/thttpd-${version}.tar.gz" checksum=07719b08b1cff6a21c08697a7bcb4395425b07ee753106262fb62a03a7d32360 pre_configure() { sed -e "s,-o bin -g bin,,g" -i Makefile.in } pre_build() { export LD=$CC } do_install() { vmkdir usr/bin vmkdir usr/share/man/man1 vmkdir usr/share/man/man8 make WEBGROUP=root \ WEBDIR=${DESTDIR}/usr/share/thttpd \ BINDIR=${DESTDIR}/usr/bin \ MANDIR=${DESTDIR}/usr/share/man install # Rename htpasswd to not conflict with apache. mv ${DESTDIR}/usr/bin/htpasswd ${DESTDIR}/usr/bin/thttpd-htpasswd mv ${DESTDIR}/usr/share/man/man1/htpasswd.1 \ ${DESTDIR}/usr/share/man/man1/thttpd-htpasswd.1 }