1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/comms/snooper/Makefile
Jun-ichiro itojun Hagino 22f3385a79 use lateset version. prior versions contain uucp{un,}lock() which uses
sprintf() in insecure manner (may subject to buffer overflow, like xmindpath
in magicpoint).

If you really care, I can mark them BROKEN until they are confirmed to be safe.
1999-12-02 03:24:24 +00:00

25 lines
555 B
Makefile

# New ports collection makefile for: snooper
# Version required: 19991202
# Date created: 4 May 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $FreeBSD$
#
DISTNAME= snooper-19991202
PKGNAME= snooper-19991202
CATEGORIES= comms
MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/
MAINTAINER= itojun@itojun.org
WRKSRC= ${WRKDIR}/snooper/build
HAS_CONFIGURE= yes
post-install:
${MKDIR} ${PREFIX}/share/doc/snooper
${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/snooper
${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>