mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
4a3bebcae1
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
33 lines
684 B
Makefile
33 lines
684 B
Makefile
# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netmagis
|
|
PKGNAMESUFFIX= -topo
|
|
|
|
COMMENT= Netmagis topology module
|
|
|
|
LICENSE= CECILL-B
|
|
|
|
RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common \
|
|
rancid-run:net-mgmt/rancid3 \
|
|
fping: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?=}
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}/var/netmagis/eqgen ${STAGEDIR}/var/netmagis/eqvirt
|
|
|
|
.include "${MASTERDIR}/Makefile"
|