opnsense-ports/www/chems/Makefile
Franco Fichtner 6281a7f53c */*: sync with upstream
Taken from: FreeBSD
2016-04-22 08:38:33 +02:00

26 lines
588 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
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
BROKEN_powerpc64= Does not build
NO_BUILD= yes
USES= zip
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>