mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
21 lines
436 B
Makefile
21 lines
436 B
Makefile
# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
|
|
|
|
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"
|