1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/net/poink/Makefile
Baptiste Daroussin 8ac6f6dbef Deprecate unmaintained ports from net where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-14 17:10:51 +00:00

31 lines
714 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= ftp://ftp.freenet.de/pub/.disk0/ftp.openbsd.org/pub/OpenBSD/distfiles/ \
http://voodoo.bawue.com/download/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Nosuid, secure ping like utility
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
USE_ZIP= yes
MAN1= poink.1
PLIST_FILES= bin/poink
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/poink ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ping.1 ${PREFIX}/man/man1/poink.1
.include <bsd.port.mk>