blob: 06122b2f25e252377994c36722f2ce539ce33bc0 (
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
|
# 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
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>
|