aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/netmagis-topo/Makefile
blob: 13d8a0f2fbe8a235aed7095abb4a5d9c18b3039c (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
# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
# $FreeBSD$

PORTNAME=   netmagis
PKGNAMESUFFIX=  -topo

COMMENT=    Netmagis topology module

RUN_DEPENDS=    netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common \
        rancid-run:${PORTSDIR}/net-mgmt/rancid \
        fping:${PORTSDIR}/net/fping

NO_ARCH=    # no
USE_RC_SUBR=    topographd toposendd
SUB_LIST=   TCLSH=${TCLSH}

MASTERDIR=  ${.CURDIR}/../netmagis-common

FILESDIR=   ${.CURDIR}/files
PKGMESSAGE= ${.CURDIR}/pkg-message
PLIST=      ${.CURDIR}/pkg-plist

ALL_TARGET=build${PKGNAMESUFFIX?=}

post-stage:
    @${MKDIR} ${STAGEDIR}/var/netmagis/eqgen ${STAGEDIR}/var/netmagis/eqvirt

.include "${MASTERDIR}/Makefile"