freebsd-ports/net-mgmt/netmagis-topo/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

28 lines
636 B
Makefile

# 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:net-mgmt/netmagis-common \
rancid-run:net-mgmt/rancid \
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?=}
post-stage:
@${MKDIR} ${STAGEDIR}/var/netmagis/eqgen ${STAGEDIR}/var/netmagis/eqvirt
.include "${MASTERDIR}/Makefile"