freebsd-ports/net/dhcping/Makefile
Jimmy Olgeni 31252166a4 Update port to version 1.1.
PR:		26685
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2001-04-20 15:58:24 +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.1
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>