mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f229e46916
- HAS_CONFIGURE -> GNU_CONFIGURE - Support NOPORTDOCS PR: 24543 Submitted by: Ports Fury
31 lines
629 B
Makefile
31 lines
629 B
Makefile
# New ports collection makefile for: snooper
|
|
# Date created: 4 May 1997
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= snooper
|
|
PORTVERSION= 1999.12.02
|
|
PORTREVISION= 1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}/build
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-extract:
|
|
@${RM} -f ${WRKSRC}/.depend
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/snooper
|
|
${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/snooper
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|