blob: 7792671a7bf824b10fc19ec1b6f355859b85b74b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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>
|