freebsd-ports/www/shttpd/Makefile
Wesley Shields aa2b6be6b1 Update to 1.41
PR:		ports/124170
Submitted by:	Sergey Lyubka <valenok@gmail.com>
Approved by:	garga (mentor, implicit)
2008-06-07 01:27:56 +00:00

29 lines
666 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.41
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= shttpd
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>