freebsd-ports/net/poink/Makefile
Yen-Ming Lee 01631af128 N-MAINTAINER UPDATE] net/poink 1.5 -> 1.6
o Changed the MASTER_SITES since the NetBSD mirrors didn't appear to be
  carring the latest version.
o Added USE_ZIP since the latest distfile is in the format.

PR:		48467
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2003-02-21 01:36:34 +00:00

29 lines
609 B
Makefile

# New ports collection makefile for: poink
# Date created: 12.04.2002
# Whom: janos.mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= poink
PORTVERSION= 1.6
CATEGORIES= net
MASTER_SITES= http://coredump.cx/~lcamtuf/soft/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@freebsd.org
COMMENT= Nosuid, secure ping like utility
USE_ZIP= yes
.if ${MACHINE_ARCH} == "sparc64"
BROKEN= "Hostname resolution broken on ${MACHINE_ARCH}"
.endif
MAN1= poink.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/poink ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ping.1 ${PREFIX}/man/man1/poink.1
.include <bsd.port.mk>