# New ports collection makefile for:	mod_blosxom
# Date created:				6 April 2003
# Whom:					Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
#
# $FreeBSD: ports/www/mod_blosxom/Makefile,v 1.11 2009/08/22 00:38:13 amdmi3 Exp $
#

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=	1.3
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>
