aboutsummaryrefslogtreecommitdiff
path: root/www/drood/Makefile
blob: 43614ddbe08ac8cd8d47ba740a458f18ead6cbce (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
29
30
31
32
33
34
35
36
37
38
39
# Created by: James Bailie <jimmy@mammothcheese.ca>
# $FreeBSD$

PORTNAME=	drood
PORTVERSION=	5.32
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:devel/libserver

USE_LDCONFIG=	yes

USES=	ssl

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 \
		lib/libdorrit.so \
		lib/libdorrit.so.${PORTVERSION} \
		include/dorrit.h \
		man/man8/drood.8.gz \
		man/man8/droodpipe.8.gz \
		man/man8/humdinger.8.gz \
		man/man8/libdorrit.8.gz \
		etc/rc.d/drood \
		"@(,,4550) etc/rc.d/humdinger" \
		etc/drood/types.tab \
		etc/drood/types.tab.dist

.include <bsd.port.mk>