summaryrefslogtreecommitdiff
path: root/www/mod_domaintree/Makefile
blob: 10d31f8794b73a37f3701a1d5dc3b772d89e0208 (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
# New ports collection makefile for:	mod_domaintree
# Date created:				May 5th 2006
# Whom:					Daniel Gerzo <danger@rulez.sk>
#
# $FreeBSD$
#

PORTNAME=	mod_domaintree
PORTVERSION=	1.6
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://dev.iworks.at/mod_domaintree/
EXTRACT_SUFX=	.tgz

MAINTAINER=	danger@FreeBSD.org
COMMENT=	Hostname to filesystem mapper for Apache 2


WRKSRC=		${WRKDIR}/${PORTNAME}
USE_APACHE=	22+
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

PORTDOCS=	LICENSE.txt ChangeLog

PLIST_FILES=	share/doc/mod_domaintree/LICENSE.txt \
		share/doc/mod_domaintree/ChangeLog
PLIST_DIRS=	share/doc/mod_domaintree

post-install:
	@${MKDIR} ${DOCSDIR}
	@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}

.include <bsd.port.mk>