1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/dns/zonenotify/Makefile
2009-03-27 09:53:36 +00:00

30 lines
590 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/ \
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A dns notify sender written in C
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/zonenotify
WRKSRC= ${WRKDIR}/${PORTNAME}
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
${WRKSRC}/Makefile
do-build:
${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} ${WRKSRC}/zonenotify.c
.include <bsd.port.mk>