15 lines
346 B
Makefile
15 lines
346 B
Makefile
# 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|