freebsd-ports/net-mgmt/icinga-php-thirdparty/Makefile
Jochen Neumeister 8295feba03 net-mgmt/icingaweb2: Update to 2.11.3
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
2023-01-23 15:02:52 +01:00

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>