openbsd-ports/security/pgpdump/Makefile

25 lines
479 B
Makefile
Raw Normal View History

2002-07-16 13:38:13 -04:00
# $OpenBSD: Makefile,v 1.7 2002/07/16 17:38:13 mark 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>
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
post-install:
@strip ${PREFIX}/bin/pgpdump
.include <bsd.port.mk>