mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
3837dd00cf
Hasn't been maintained in 12+ years and upstream moved on to create mongoose (www/mongoose in tree) PR: 219011 Reported by: dfenwick@fastmail.com, mandree
25 lines
591 B
Makefile
25 lines
591 B
Makefile
# Created by: Sergey Lyubka (valenok@gmail.com)
|
|
|
|
PORTNAME= shttpd
|
|
PORTVERSION= 1.42
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= valenok@gmail.com
|
|
COMMENT= Small, fast, embeddable web server with CGI, SSL, Authorization
|
|
|
|
DEPRECATED= Abandonware, last release over 12+ years ago
|
|
EXPIRATION_DATE=2022-04-30
|
|
|
|
ALL_TARGET= unix
|
|
LIBS+= -lpthread
|
|
BUILD_WRKSRC= ${WRKSRC}/src
|
|
|
|
PLIST_FILES= bin/shttpd man/man1/shttpd.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/shttpd ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/src/shttpd.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|