blob: 9b09488ed0f0629ee54411d3ed5c8ae1f76a29a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= chems
DISTVERSION= 0x04
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0x04
MAINTAINER= ports@FreeBSD.org
COMMENT= The geekest content helper management system
WWW= http://chems.sf.net
NO_BUILD= yes
USES= zip php
USE_PHP= xml iconv gd
PLIST_SUB= WWWOWN="${WWWOWN}"
SUB_FILES= pkg-message
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}
${MV} ${STAGEDIR}${WWWDIR}/usr/config.php ${STAGEDIR}${WWWDIR}/usr/config.php.sample
.include <bsd.port.mk>
|