mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
68171b1938
- pass maintainership to submitter PR: ports/108187 Submitted by: Beech Rintoul
38 lines
762 B
Makefile
38 lines
762 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= http://www.alaskaparadise.com/freebsd/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
|
|
|
|
MAINTAINER= beech@alaskaparadise.com
|
|
COMMENT= Serial line protocol analyzer (need two serial interfaces)
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}/build
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_ARGS= OPTFLAG=""
|
|
PLIST_FILES= bin/snooper
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
PORTDOCS= README
|
|
.endif
|
|
|
|
post-extract:
|
|
@${RM} -f ${WRKSRC}/.depend
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|