# 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.9 2009/04/12 07:59:09 pgollucci Exp $
#

PORTNAME=	mod_blosxom
PORTVERSION=	0.05
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	${PORTNAME:S/_/-/}

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

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>
