1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/net/dhcping/Makefile

23 lines
478 B
Makefile
Raw Normal View History

# 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>