25 lines
476 B
Makefile
25 lines
476 B
Makefile
# $OpenBSD: Makefile,v 1.21 2010/10/18 18:36:50 espie Exp $
|
|
|
|
COMMENT= DNS ping
|
|
|
|
DISTNAME= nsping-0.8
|
|
DISTFILES= nsping.tar.gz
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_OPENBSD}
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
USE_GROFF = Yes
|
|
NO_REGRESS= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nsping ${PREFIX}/sbin
|
|
${INSTALL_DATA} ${WRKSRC}/nsping.8 ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|