freebsd-ports/net/dhcping/Makefile
Will Andrews 0c1401994b Fix typo.
Submitted by:	John Merryweather Cooper <jmcoopr@webmail.bmi.net>
2001-03-14 03:31:38 +00:00

23 lines
478 B
Makefile

# New ports collection makefile for: dhcping
# Date created: 1 March 2001
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#
PORTNAME= dhcping
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
MAN8= dhcping.8
pre-build:
${PERL} -pi.orig -e "s@gcc@${CC}@g; \
s@-Wall -g@-Wall ${CFLAGS}@g; \
s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile
.include <bsd.port.mk>