1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/comms/snooper/Makefile

24 lines
562 B
Makefile
Raw Normal View History

1997-05-20 06:23:49 +00:00
# New ports collection makefile for: snooper
# Date created: 4 May 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.2 1997/05/25 18:34:39 max Exp $
1997-05-20 06:23:49 +00:00
#
DISTNAME= snooper.980813
PKGNAME= snooper-980813
1997-05-20 06:23:49 +00:00
CATEGORIES= comms
MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/
MAINTAINER= itojun@itojun.org
1997-05-20 06:23:49 +00:00
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>