openbsd-ports/security/parse/Makefile

22 lines
589 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2001/07/12 15:06:53 naddy Exp $
COMMENT= "watch a tcpdump trace in real-time"
2001-01-05 11:35:58 -05:00
DISTNAME= parse
PKGNAME= parse-1.0
CATEGORIES= security
NEED_VERSION= 1.402
2001-01-05 11:35:58 -05:00
MAINTAINER= Dug Song <dugsong@monkey.org>
2001-01-05 11:35:58 -05:00
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 -;;
.include <bsd.port.mk>