diff options
Diffstat (limited to 'net/dhcping/Makefile')
-rw-r--r-- | net/dhcping/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/dhcping/Makefile b/net/dhcping/Makefile new file mode 100644 index 000000000000..5d4cb7c088c2 --- /dev/null +++ b/net/dhcping/Makefile @@ -0,0 +1,21 @@ +# 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" ${WRKSRC}/Makefile + +.include <bsd.port.mk> |