1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/www/shttpd/Makefile
Martin Wilke 1876ce18f0 Update to 1.35
PR:		ports/98361
Submitted by:	miwi
Approved by:	krion (mentor), maintainer
2006-06-12 12:29:10 +00:00

31 lines
695 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.35
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
PLIST_FILES= bin/shttpd
do-build:
${CC} ${CFLAGS} -DCONFIG=\"${PREFIX}/etc/shttpd.conf\" \
${WRKSRC}/shttpd.c -o ${WRKSRC}/shttpd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/shttpd ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/shttpd.1 ${PREFIX}/man/man1
.include <bsd.port.mk>