openbsd-ports/net/poink/Makefile
sturm e4d20d89e7 Initial import of poink 1.6
Nosuid TCP/IP ping is a small, secure replacement for the original ping
command. Unlike its setuid counterpart, it won't allow flood-pings,
security compromises and other typical problems. It uses TCP syn-rst
challenge/response instead of ICMP echo and echo-reply.

WWW: http://lcamtuf.coredump.cx/

from Artur Skura <arturs@iidea.pl> with changes from me
2003-04-16 20:30:20 +00:00

31 lines
708 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/04/16 20:30:20 sturm Exp $
COMMENT= "nosuid, secure TCP/IP ping"
DISTNAME= poink
PKGNAME= ${DISTNAME}-1.6
CATEGORIES= net
HOMEPAGE= http://lcamtuf.coredump.cx/
MAINTAINER= Artur Skura <arturs@iidea.pl>
MASTER_SITES= ${HOMEPAGE}/soft/
EXTRACT_SUFX= .zip
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MAKE_FLAGS= CC='${CC}' CFLAGS='${CFLAGS}'
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/poink ${PREFIX}/bin
${INSTALL_MAN} ${WRKBUILD}/ping.1 ${PREFIX}/man/man1/poink.1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/poink
${INSTALL_DATA} ${WRKBUILD}/README ${PREFIX}/share/doc/poink
.include <bsd.port.mk>