1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/dns/zonenotify/Makefile
Pav Lucistnik 6af650b4c2 zonenotify is useful to send a NS_NOTIFY packet to BIND slave server.
When you update a zone in your djbdns DNS you must notify the slaves
about your change.

PR:		ports/80091
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-04-23 11:51:58 +00:00

24 lines
521 B
Makefile

# New ports collection makefile for: zonenotify
# Date created: 19 August 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= zonenotify
PORTVERSION= 0.1
CATEGORIES= dns
MASTER_SITES= http://morettoni.net/bsd/ \
http://cvs.delink.net/mirrors/morettoni.net/
MAINTAINER= ehaupt@critical.ch
COMMENT= A dns notify sender written in C
PLIST_FILES= bin/zonenotify
WRKSRC= ${WRKDIR}/${PORTNAME}
do-build:
${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} ${WRKSRC}/zonenotify.c
.include <bsd.port.mk>