aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/netmagis-common/Makefile
blob: 0e4cbce13ece16b981fa2dbb0fcdd780f84d9941 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
# $FreeBSD$

PORTNAME?=  netmagis
DISTVERSION?=   2.2.0
PORTREVISION?=  1
CATEGORIES?=    net-mgmt
MASTER_SITES=   http://netmagis.org/files/
PKGNAMESUFFIX?= -common

MAINTAINER?=    pdagog@gmail.com
COMMENT?=   Netmagis common infrastructure

USE_TCL=    85+

USE_PGSQL=  pgtcl
WANT_PGSQL_VER= 91+

RUN_DEPENDS+=   dtplite:${PORTSDIR}/devel/tcllib

.if ${PKGNAMESUFFIX} != -common
RUN_DEPENDS+=   netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common
.endif

.if ${PKGNAMESUFFIX} == -database
RUN_DEPENDS+=   pwgen:${PORTSDIR}/sysutils/pwgen
USE_PGSQL+= server pltcl
.endif

.if ${PKGNAMESUFFIX} == -www
USE_APACHE= 22+
USE_TEX=    tex
RUN_DEPENDS+=   dot:${PORTSDIR}/graphics/graphviz \
        pwgen:${PORTSDIR}/sysutils/pwgen \
        ${LOCALBASE}/libexec/apache22/mod_auth_pgsql.so:${PORTSDIR}/www/mod_auth_pgsql2
# FIXME compile apache22 with option mod_auth_ldap
# FIXME add ap22-mod_auth_cas
.endif

.if ${PKGNAMESUFFIX} == -topo
USE_RC_SUBR=    topographd toposendd
SUB_LIST=   TCLSH=${TCLSH}
RUN_DEPENDS+=   rancid-run:${PORTSDIR}/net-mgmt/rancid \
        fping:${PORTSDIR}/net/fping
.endif

.if ${PKGNAMESUFFIX} == -metro
USE_PERL5=  yes

RUN_DEPENDS+=   p5-DBD-Pg>0:${PORTSDIR}/databases/p5-DBD-Pg \
        p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
        p5-SNMP_Session>=0:${PORTSDIR}/net-mgmt/p5-SNMP_Session \
        p5-RRDTool-OO>=0:${PORTSDIR}/devel/p5-RRDTool-OO
.endif

# Variables used in netmagis Makefiles
MAKE_ARGS+= DESTDIR=${DESTDIR} PREFIX=${PREFIX}
MAKE_ARGS+= TCLSH=${TCLSH} TCLCONF=${TCL_LIBDIR}/tclConfig.sh

.if ${PKGNAMESUFFIX} == -topo || ${PKGNAMESUFFIX} == -www
ALL_TARGET=build${PKGNAMESUFFIX?=}
.else
ALL_TARGET=nothing
.endif

INSTALL_TARGET= install${PKGNAMESUFFIX}

.if !target(post-install)
post-install:
    @if [ -f ${PKGMESSAGE} ] ; then ${CAT} ${PKGMESSAGE} ; fi
.endif

.include <bsd.port.mk>