mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
94c9a9e561
- Use WWW: with a single space - Remove duplicate default DISTNAME definition
23 lines
525 B
Makefile
23 lines
525 B
Makefile
# Created by: Sergey Lyubka (valenok@gmail.com)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= shttpd
|
|
PORTVERSION= 1.42
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= valenok@gmail.com
|
|
COMMENT= Small, fast, embeddable web server with CGI, SSL, Authorization
|
|
|
|
ALL_TARGET= unix
|
|
MAKE_ENV= 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>
|