freebsd-ports/net-mgmt/icingaweb2-module-businessprocess/Makefile
Lars Engels 7f7b553ad9 net-mgmt/icingaweb2-module-businessprocess and net-mgmt/icingaweb2-module-director:
- addport ate the ports' pkg-descr, add them now
- Bump PORTREVISION
2017-03-08 15:13:55 +00:00

35 lines
638 B
Makefile

# $FreeBSD$
PORTNAME= icingaweb2-module-businessprocess
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= net-mgmt www
MAINTAINER= lme@FreeBSD.org
COMMENT= Manage Business Processes in Icinga Web 2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2
USE_GITHUB= yes
GH_ACCOUNT= icinga
NO_BUILD= yes
NO_ARCH= yes
OPTIONS_DEFINE= NLS
NLS_USES= gettext
NLS_USE= php=intl
WWWDIR?= ${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//}
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
(cd ${WRKSRC} && \
${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
.include <bsd.port.mk>