Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= cherokee |
8 |
PORTNAME= cherokee |
9 |
PORTVERSION= 1.0.0 |
9 |
PORTVERSION= 1.0.1 |
10 |
CATEGORIES= www |
10 |
CATEGORIES= www |
11 |
MASTER_SITES= http://www.cherokee-project.com/download/1.0/${PORTVERSION}/ \ |
11 |
MASTER_SITES= http://www.cherokee-project.com/download/1.0/${PORTVERSION}/ \ |
12 |
http://cherokee.osuosl.org/1.0/${PORTVERSION}/ \ |
12 |
http://cherokee.osuosl.org/1.0/${PORTVERSION}/ \ |
Lines 73-79
Link Here
|
73 |
FFMPEG "FFMpeg Support" off \ |
73 |
FFMPEG "FFMpeg Support" off \ |
74 |
NLS "NLS Support" on \ |
74 |
NLS "NLS Support" on \ |
75 |
INTPCRE "Use Internal PCRE Library" off \ |
75 |
INTPCRE "Use Internal PCRE Library" off \ |
76 |
ADMIN "Build the Admin Interface" on |
76 |
ADMIN "Build the Admin Interface" on \ |
|
|
77 |
RRDTOOL "Usage Graphs Support" off |
77 |
|
78 |
|
78 |
.include <bsd.port.options.mk> |
79 |
.include <bsd.port.options.mk> |
79 |
|
80 |
|
Lines 144-149
Link Here
|
144 |
LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre |
145 |
LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre |
145 |
.endif |
146 |
.endif |
146 |
|
147 |
|
|
|
148 |
.ifdef WITH_RRDTOOL |
149 |
RUN_DEPENDS+= rrdtool:${PORTSDIR}/databases/rrdtool |
150 |
.endif |
151 |
|
147 |
post-patch: |
152 |
post-patch: |
148 |
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ |
153 |
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ |
149 |
${REINPLACE_CMD} -e 's|@mkdir_p@|${MKDIR} --|g' |
154 |
${REINPLACE_CMD} -e 's|@mkdir_p@|${MKDIR} --|g' |