summaryrefslogtreecommitdiff
path: root/comms/snooper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/snooper/Makefile')
-rw-r--r--comms/snooper/Makefile20
1 files changed, 13 insertions, 7 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile
index a453321f9c9e..8d1843a18c23 100644
--- a/comms/snooper/Makefile
+++ b/comms/snooper/Makefile
@@ -7,18 +7,24 @@
PORTNAME= snooper
PORTVERSION= 1999.12.02
+PORTREVISION= 1
CATEGORIES= comms
-MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/
-DISTNAME= snooper-19991202
+MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
-MAINTAINER= ports@freebsd.org
+MAINTAINER= ports@FreeBSD.org
-WRKSRC= ${WRKDIR}/snooper/build
-HAS_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}/build
+
+GNU_CONFIGURE= yes
+
+post-extract:
+ @${RM} -f ${WRKSRC}/.depend
post-install:
- ${MKDIR} ${PREFIX}/share/doc/snooper
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc/snooper
${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/snooper
- ${CAT} ${PKGMESSAGE}
+.endif
.include <bsd.port.mk>