aboutsummaryrefslogtreecommitdiff
path: root/dns/zonenotify/Makefile
blob: 5b259b2233a5a80ecf744eb64396cc6a61aca1e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>