mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
6af650b4c2
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>
24 lines
521 B
Makefile
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>
|