blob: 56739ac0716f4cd8e481c0b04f9d24697c31ffb7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
# $FreeBSD$
PORTNAME= netmagis
PKGNAMESUFFIX= -detecteq
COMMENT= Files for detection of equipment modifications
LICENSE= CECILL-B
RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common
MASTERDIR= ${.CURDIR}/../netmagis-common
PKGMESSAGE= ${.CURDIR}/pkg-message
PLIST= ${.CURDIR}/pkg-plist
OPTIONS_DEFINE= EXAMPLES
.include "${MASTERDIR}/Makefile"
|