mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
27 lines
656 B
Makefile
27 lines
656 B
Makefile
# $FreeBSD: head/net-mgmt/icingaweb2-module-businessprocess/Makefile 507372 2019-07-26 20:46:53Z gerald $
|
|
|
|
PORTNAME= icingaweb2-module-businessprocess
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.2.0
|
|
CATEGORIES= net-mgmt www
|
|
|
|
MAINTAINER= lme@FreeBSD.org
|
|
COMMENT= Manage Business Processes in Icinga Web 2
|
|
|
|
RUN_DEPENDS= icingaweb2>=2.4.1:net/icingaweb2 \
|
|
icingaweb2-module-ipl>=0.1.1:net/icingaweb2-module-ipl
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= icinga
|
|
|
|
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>
|