blob: d169e10c513014a1387afe83418230f3fd49110d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= netmagis
PORTREVISION= 1
PKGNAMESUFFIX= -servers
COMMENT= Netmagis module for dhcp, bind and mail servers
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"
|