1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/www/drood/Makefile
Dmitry Marakasov 4b9158a171 - Update to 5.5.4
PR:		200850
Submitted by:	jimmy@mammothcheese.ca (maintainer)
2015-06-15 11:37:56 +00:00

34 lines
775 B
Makefile

# Created by: James Bailie <jimmy@mammothcheese.ca>
# $FreeBSD$
PORTNAME= drood
PORTVERSION= 5.5.4
CATEGORIES= www
MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Lightweight kqueue-based http/1.1 server
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libserver.so:${PORTSDIR}/devel/libserver
USE_OPENSSL= yes
WITH_OPENSSL_PORT= yes
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
INSTALL_DATA="${INSTALL_DATA}" INSTALL_MAN="${INSTALL_MAN}" \
MKDIR="${MKDIR}"
PLIST_FILES= bin/drood \
bin/humdinger \
man/man8/drood.8.gz \
man/man8/humdinger.8.gz \
etc/rc.d/drood \
etc/rc.d/humdinger \
etc/drood/types.tab \
etc/drood/types.tab.dist
.include <bsd.port.mk>