diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-22 21:29:07 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-22 21:29:07 +0800 |
commit | 47129ef74d6d48d2e75b87405cd7ccd588c1f27b (patch) | |
tree | 31e312cb362eb82f21f718eba58015d5ff968d5c /www/thttpd-st/Makefile | |
parent | c92f9c14ddf2bb3c21d5a0cb0fff4977304cd2b4 (diff) | |
download | freebsd-ports-gnome-47129ef74d6d48d2e75b87405cd7ccd588c1f27b.tar.gz freebsd-ports-gnome-47129ef74d6d48d2e75b87405cd7ccd588c1f27b.tar.zst freebsd-ports-gnome-47129ef74d6d48d2e75b87405cd7ccd588c1f27b.zip |
[NEW PORT] www/thttpd-st: Tiny/turbo/throttling HTTP server
Tiny/turbo/throttling HTTP server with State Threads
PR: ports/86601
Submitted by: Alexander Novitsky <alecn2002@yandex.ru>
Diffstat (limited to 'www/thttpd-st/Makefile')
-rw-r--r-- | www/thttpd-st/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/thttpd-st/Makefile b/www/thttpd-st/Makefile new file mode 100644 index 000000000000..431612862d5a --- /dev/null +++ b/www/thttpd-st/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: thttpd-st +# Date created: 2005-09-21 +# Whom: Alexander Novitsky <alecn2002@yandex.ru> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX=-st + +PATCH_SITES= file://${.CURDIR}/files/ +PATCHFILES= st-patch-fdwatch.c st-patch-thttpd.c st-patch-Makefile.in + +MAINTAINER= alecn2002@yandex.ru +COMMENT= Tiny/turbo/throttling HTTP server with State Threads + +BUILD_DEPENDS= ${LOCALBASE}/lib/libst.so.1:${PORTSDIR}/devel/st +LIB_DEPENDS= st.1:${PORTSDIR}/devel/st + +MD5_FILE= ${.CURDIR}/distinfo + +MASTERDIR= ${.CURDIR}/../../www/thttpd +.include "${MASTERDIR}/Makefile" |