9fc2d7d281
need them, for example RESTRICTED and SUBST_MESSAGE.*.
19 lines
457 B
Makefile
19 lines
457 B
Makefile
# $NetBSD: Makefile,v 1.9 2006/04/22 09:22:12 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= poink-1.6
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= zuntum@NetBSD.org
|
|
COMMENT= Nosuid, absolutely secure version of ping utility
|
|
|
|
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL.
|
|
|
|
INSTALLATION_DIRS= bin man/man1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/poink ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/ping.1 ${PREFIX}/man/man1/poink.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|