mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
17 lines
387 B
Makefile
17 lines
387 B
Makefile
# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netmagis
|
|
PKGNAMESUFFIX= -detecteq
|
|
|
|
COMMENT= Files for detection of equipment modifications
|
|
|
|
RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common
|
|
|
|
MASTERDIR= ${.CURDIR}/../netmagis-common
|
|
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|