8295feba03
Changelog: https://github.com/Icinga/icingaweb2/blob/master/CHANGELOG.md PR: 263115 Patch from: flo Differential Revision: https://reviews.freebsd.org/D38018 Sponsored by: Netzkommune GmbH
29 lines
585 B
Makefile
29 lines
585 B
Makefile
PORTNAME= icinga-php-thirdparty
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.11.0
|
|
CATEGORIES= net-mgmt www
|
|
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Icinga PHP thirdparty
|
|
WWW= https://github.com/Icinga/icinga-php-thirdparty
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= php:web,flavors
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= icinga
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
WWWDIR?= ${PREFIX}/www/icingaweb2/icinga-php/${PORTNAME:C/^.*-//}
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${WWWDIR}
|
|
(cd ${WRKSRC} && \
|
|
${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
|
|
|
|
.include <bsd.port.mk>
|