freebsd-ports/net-mgmt/phpweathermap/Makefile
Mathieu Arnold d26ef18700 Cleanup no longer needed CHMOD usage after r424898.
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-11-02 22:45:14 +00:00

67 lines
1.9 KiB
Makefile

# Created by: Hsin-Han You <hhyou@cs.nctu.edu.tw>
# $FreeBSD$
PORTNAME= phpweathermap
PORTVERSION= 0.97a
PORTREVISION= 3
CATEGORIES= net-mgmt www
MASTER_SITES= http://www.network-weathermap.com/files/
DISTNAME= php-weathermap-${PORTVERSION}
MAINTAINER= hhyou@cs.nctu.edu.tw
COMMENT= Network visualisation tool with web editor
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${LOCALBASE}/share/pear/Console/Getopt.php:devel/pear \
rrdtool:databases/rrdtool
NO_BUILD= yes
NO_ARCH= yes
USES= zip
USE_PHP= gd
WM_FILES= HTML_ImageMap.class.php WeatherMap.functions.php \
WeatherMapLink.class.php WeatherMapNode.class.php \
Weathermap.class.php weathermap.conf
WM_WWW_FILES= overlib.js editor-config.php-dist editor.css \
editor.inc.php editor.js editor.php
WM_WWW_DIRS= editor-resources images docs
PORTDOCS= CHANGES COPYING README
WRKSRC= ${WRKDIR}/weathermap
SUB_FILES= pkg-message
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
OPTIONS_DEFINE= DOCS EXAMPLES
post-patch:
${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/editor.php
${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' \
-e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/weathermap
do-install:
@${MKDIR} ${STAGEDIR}/${DATADIR}/www/configs
@${INSTALL_SCRIPT} ${WRKSRC}/weathermap ${STAGEDIR}/${PREFIX}/bin/phpweathermap
@for i in ${WM_FILES}; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${STAGEDIR}/${DATADIR}/$$i; \
done
@for i in ${WM_WWW_FILES}; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${STAGEDIR}/${DATADIR}/www/$$i; \
done
@${CP} -R ${WRKSRC}/lib ${STAGEDIR}/${DATADIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} "${WM_WWW_DIRS}" ${STAGEDIR}/${DATADIR}/www)
do-install-EXAMPLES-on:
@(cd ${WRKSRC} && ${COPYTREE_SHARE} "random-bits" ${STAGEDIR}/${EXAMPLESDIR})
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}/${DOCSDIR}
.include <bsd.port.mk>