23 lines
597 B
Makefile
23 lines
597 B
Makefile
# $OpenBSD: Makefile,v 1.12 2004/02/01 07:12:39 pvalchev Exp $
|
|
|
|
COMMENT= "watch a tcpdump trace in real-time"
|
|
|
|
DISTNAME= parse
|
|
PKGNAME= parse-1.0
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= Francois Briere <f.briere@dopha.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= "commercial. licensing restrictions."
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= "commercial. licensing restrictions."
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://ftp.sdsc.edu/pub/security/PICS/parse/
|
|
EXTRACT_SUFX= .t.gz
|
|
EXTRACT_CASES= *.t.gz) ${GZIP_CMD} -dc ${FULLDISTDIR}/$$archive | ${TAR} xf -;;
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|