freebsd-ports/dns/zonenotify/Makefile
Emanuel Haupt 4fd61099e1 Make port respect PREFIX.
Submitted by:	pointyhat via kris
Approved by:	novel (mentor) (implicit)
2005-10-16 08:42:05 +00:00

30 lines
625 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@FreeBSD.org
COMMENT= A dns notify sender written in C
USE_REINPLACE= 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>