Adapt this package to NetBSD.
This commit is contained in:
parent
9dfef93fc2
commit
48cecefeeb
4 changed files with 14 additions and 10 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: snooper
|
||||
# Date created: 4 May 1997
|
||||
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1999/05/12 06:00:06 sakamoto Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.2 1999/05/12 06:08:48 sakamoto Exp $
|
||||
# FreeBSD Id: Makefile,v 1.3 1998/08/13 09:20:41 itojun Exp $
|
||||
|
||||
DISTNAME= snooper.980813
|
||||
PKGNAME= snooper-980813
|
||||
|
@ -13,11 +9,16 @@ MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/
|
|||
MAINTAINER= itojun@itojun.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/snooper/build
|
||||
HAS_CONFIGURE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MESSAGE_SRC= ${PKGDIR}/MESSAGE
|
||||
MESSAGE_FILE= ${WRKDIR}/.MESSAGE
|
||||
|
||||
pre-install:
|
||||
@${SED} -e 's|$${PREFIX}|${PREFIX}|' ${MESSAGE_SRC} > ${MESSAGE_FILE}
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/share/doc/snooper
|
||||
${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/snooper
|
||||
${CAT} ${PKGDIR}/MESSAGE
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
$NetBSD: md5,v 1.2 1999/05/12 06:08:49 sakamoto Exp $
|
||||
|
||||
MD5 (snooper.980813.tar.gz) = 8501ad80b0ef80b066f8942268d9073a
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
snooper has been installed.
|
||||
Documents can be found at: /usr/local/share/doc/snooper
|
||||
Documents can be found at: ${PREFIX}/share/doc/snooper
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 1999/05/12 06:08:49 sakamoto Exp $
|
||||
bin/snooper
|
||||
share/doc/snooper/README
|
||||
@dirrm share/doc/snooper
|
||||
|
|
Loading…
Reference in a new issue