freebsd-ports/net/dhcpdump/Makefile
Pete Fritchman 156127fa8e - update to 1.3
- whitespace->tab

PR:		30157
Submitted by:	maintainer
2001-08-28 08:18:34 +00:00

23 lines
462 B
Makefile

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