# New ports collection makefile for: glpi-plugins-fusioninventory-server # Date created: 2011-02-18 # Whom: Gvozdikov Veniamin # # $FreeBSD$ # PORTNAME= server PORTVERSION= 2.3.0 CATEGORIES= net-mgmt MASTER_SITES= http://forge.fusioninventory.org/attachments/download/257/ PKGNAMEPREFIX= glpi-plugins-fusioninventory- DISTNAME= fusioninventory_2.3.0-BETA1 MAINTAINER= g.veniamin@googlemail.com COMMENT= Plugin of glpi to get information of networking devices RUN_DEPENDS= glpi>=0.78:${PORTSDIR}/www/glpi USE_PHP= simplexml wddx WRKSRC= ${WRKDIR} NO_BUILD= yes GLPIPLUGINDIR?= www/glpi/plugins OPTIONS= INVENTORY "Additional features" on\ SNMP "SNMP support" off .include .if defined(WITHOUT_INVENTORY) PLIST_SUB+= INVENTORY="@comment " .else PLIST_SUB+= INVENTORY="" .endif .if defined(WITHOUT_SNMP) PLIST_SUB+= SNMP="@comment " .else PLIST_SUB+= SNMP="" .endif do-install: @${MKDIR} -m 0755 ${PREFIX}/${GLPIPLUGINDIR} @${CP} -R ${WRKSRC}/fusioninventory ${PREFIX}/${GLPIPLUGINDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${GLPIPLUGINDIR}/fusioninventory .if !defined(WITHOUT_INVENTORY) @${CP} -R ${WRKSRC}/fusinvinventory ${PREFIX}/${GLPIPLUGINDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${GLPIPLUGINDIR}/fusinvinventory .endif .if !defined(WITHOUT_SNMP) @${CP} -R ${WRKSRC}/fusinvsnmp ${PREFIX}/${GLPIPLUGINDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${GLPIPLUGINDIR}/fusinvsnmp .endif .include