openbsd-ports/security/pgpdump/Makefile

28 lines
503 B
Makefile
Raw Normal View History

2002-10-28 12:35:01 -05:00
# $OpenBSD: Makefile,v 1.9 2002/10/28 17:35:02 naddy Exp $
COMMENT= "PGP packet visualizer"
2002-07-16 13:38:13 -04:00
DISTNAME= pgpdump-0.17
CATEGORIES= security
HOMEPAGE= http://pgp.iijlab.net/pgpdump.html
2001-12-24 02:51:05 -05:00
MAINTAINER= Mark Grimes <mark@openbsd.org>
2002-09-03 01:45:22 -04:00
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/
CONFIGURE_STYLE= gnu
2002-10-28 12:35:01 -05:00
NO_REGRESS= Yes
post-install:
@strip ${PREFIX}/bin/pgpdump
.include <bsd.port.mk>