1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/www/shttpd/Makefile
Emanuel Haupt 94c9a9e561 - Support staging
- Use WWW: with a single space
- Remove duplicate default DISTNAME definition
2014-03-13 14:55:52 +00:00

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>