2003-04-18 09:09:17 +02:00
|
|
|
# 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
|
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= mod-blosxom
|
|
|
|
|
2005-01-24 06:19:03 +01:00
|
|
|
MAINTAINER= ychsiao@ychsiao.org
|
2003-04-18 09:09:17 +02:00
|
|
|
COMMENT= Apache module to build the extremely lightweight Weblog environment
|
|
|
|
|
2003-11-07 10:12:58 +01:00
|
|
|
USE_APACHE= yes
|
2003-05-09 13:59:57 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's,^APXS=.*,APXS=${APXS},' ${WRKSRC}/Makefile
|
|
|
|
|
2003-04-18 09:09:17 +02:00
|
|
|
.include <bsd.port.mk>
|