diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-05-12 06:08:48 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-05-12 06:08:48 +0000 |
commit | 48cecefeeb80c1780b9f6e8810e082d90d9230f5 (patch) | |
tree | 37217bcd21a540e2845825b4860a557e1d37884b /comms/snooper/Makefile | |
parent | 9dfef93fc2e9a6f8bc35b1f1e4fe692aabd762db (diff) | |
download | pkgsrc-48cecefeeb80c1780b9f6e8810e082d90d9230f5.tar.gz |
Adapt this package to NetBSD.
Diffstat (limited to 'comms/snooper/Makefile')
-rw-r--r-- | comms/snooper/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index 040c4824bfd..c0559aab199 100644 --- a/comms/snooper/Makefile +++ b/comms/snooper/Makefile @@ -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" |