aboutsummaryrefslogtreecommitdiff
path: root/www/mod_blosxom/Makefile
blob: 481ba3e040a2214b3114365b8ab1256d9a40d99e (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
# New ports collection makefile for:	mod_blosxom
# Date created:				6 April 2003
# Whom:					Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
#
# $FreeBSD$
#

PORTNAME=	mod_blosxom
PORTVERSION=	0.05
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	SF/mod-blosxom/${PORTNAME}/${PORTVERSION}

MAINTAINER=	ychsiao@ychsiao.org
COMMENT=	Apache module to build the extremely lightweight Weblog environment

MAKE_JOBS_SAFE=  yes

USE_APACHE=	13
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

PORTEXAMPLES=	sample

post-install:
.if !defined(NOPORTEXAMPLES)
	${MKDIR} ${EXAMPLESDIR}/
	${COPYTREE_SHARE} ${WRKSRC}/sample ${EXAMPLESDIR}/sample
.endif

.include <bsd.port.mk>