Add netmagis-servers , netmagis module for dhcp, bind and mail servers.

PR:		ports/169509
Submitted by:	Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
Feature safe:	yes
This commit is contained in:
Chris Rees 2012-10-30 20:34:27 +00:00
parent 7e0556557a
commit 631e9cd731
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306712
3 changed files with 25 additions and 0 deletions

View file

@ -165,6 +165,7 @@
SUBDIR += netmagis-database
SUBDIR += netmagis-detecteq
SUBDIR += netmagis-metro
SUBDIR += netmagis-servers
SUBDIR += netmask
SUBDIR += netmond
SUBDIR += netspoc

View file

@ -0,0 +1,14 @@
# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
# $FreeBSD$
PORTNAME= netmagis
PKGNAMESUFFIX= -servers
COMMENT= Netmagis module for dhcp, bind and mail servers
MASTERDIR= ${.CURDIR}/../netmagis-common
PKGMESSAGE= ${.CURDIR}/pkg-message
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"

View file

@ -0,0 +1,10 @@
sbin/mkdhcp
sbin/mkmroute
sbin/mksmtpf
sbin/mkzones
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crontab.bind
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crontab.dhcp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crontab.mroute
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crontab.smtpf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pf.conf.sample
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%