mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
26 lines
595 B
Makefile
26 lines
595 B
Makefile
# $FreeBSD: head/net-mgmt/icingaweb2-module-reactbundle/Makefile 507372 2019-07-26 20:46:53Z gerald $
|
|
|
|
PORTNAME= icingaweb2-module-reactbundle
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.6.0
|
|
CATEGORIES= net-mgmt www
|
|
|
|
MAINTAINER= lme@FreeBSD.org
|
|
COMMENT= Icinga Web 2 ReactPHP-based 3rd party libraries
|
|
|
|
RUN_DEPENDS= icingaweb2>=2.4.1:net/icingaweb2
|
|
|
|
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>
|