28 lines
481 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.23 2013/03/11 11:35:50 espie Exp $
COMMENT= DNS ping
1999-12-05 18:09:08 +00:00
DISTNAME= nsping-0.8
REVISION= 0
DISTFILES= nsping.tar.gz
1999-12-05 18:09:08 +00:00
CATEGORIES= net
2008-08-20 15:32:10 +00:00
MASTER_SITES= ${MASTER_SITE_OPENBSD}
1999-12-05 18:09:08 +00:00
2000-03-23 00:47:39 +00:00
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
MAKE_FLAGS= CC="${CC}"
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
1999-12-05 18:09:08 +00:00
pre-build:
@perl -pi -e s,dprintf,debugprintf, ${WRKSRC}/nsping.*
1999-12-05 18:09:08 +00:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nsping ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/nsping.8 ${PREFIX}/man/man8
1999-12-05 18:09:08 +00:00
.include <bsd.port.mk>