4070592478
PR: 130078 Submitted by: Dennis Herrmann <adox@mcx2.org> Approved by: maintainer timeout
28 lines
615 B
Makefile
28 lines
615 B
Makefile
# New ports collection makefile for: shttpd
|
|
# Date created: Wed Dec 15, 2004
|
|
# Whom: Sergey Lyubka (valenok@gmail.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= shttpd
|
|
PORTVERSION= 1.42
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF
|
|
DISTNAME= shttpd-${PORTVERSION}
|
|
|
|
MAINTAINER= valenok@gmail.com
|
|
COMMENT= Small, fast, embeddable web server with CGI, SSL, Authorization
|
|
|
|
MAN1= shttpd.1
|
|
ALL_TARGET= unix
|
|
MAKE_ENV= LIBS=-lpthread
|
|
BUILD_WRKSRC= ${WRKSRC}/src
|
|
|
|
PLIST_FILES= bin/shttpd
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/shttpd ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/src/shttpd.1 ${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|