mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
29 lines
625 B
Makefile
29 lines
625 B
Makefile
# $FreeBSD: head/net-mgmt/icingaweb2-module-director/Makefile 507372 2019-07-26 20:46:53Z gerald $
|
|
|
|
PORTNAME= icingaweb2-module-director
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.6.2
|
|
CATEGORIES= net-mgmt www
|
|
|
|
MAINTAINER= lme@FreeBSD.org
|
|
COMMENT= Configuration frontend for Icinga 2, integrated automation
|
|
|
|
RUN_DEPENDS= icingaweb2>=2.4.1:net/icingaweb2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= icinga
|
|
|
|
USES= php
|
|
USE_PHP= yes
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
WWWDIR?= ${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//}
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${WWWDIR}
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
|
|
|
|
.include <bsd.port.mk>
|