mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22f3385a79
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.
25 lines
555 B
Makefile
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>
|