blob: 5ee8fc2ebd0eebb3a88d842095586a07e6e67c9f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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>
|