ports/net-mgmt/icinga-php-library/Makefile
Florian Smeets 6ddc541efb net-mgmt/icinga*: Take a couple of icinga ports
joneum offered me to take over the icinga2 ports a while ago.
Approved by:	joneum (private mail)
2024-08-09 20:31:04 +02:00

31 lines
590 B
Makefile

PORTNAME= icinga-php-library
DISTVERSIONPREFIX= v
DISTVERSION= 0.13.1
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= flo@FreeBSD.org
COMMENT= Icinga PHP library
WWW= https://github.com/Icinga/icinga-php-library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:web,flavors
USE_PHP= filter
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>