openbsd-ports/security/pgpdump/Makefile

27 lines
478 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2007/09/15 23:30:00 merdely Exp $
COMMENT= PGP packet visualizer
DISTNAME= pgpdump-0.20
CATEGORIES= security
HOMEPAGE= http://pgp.iijlab.net/pgpdump.html
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
2004-12-27 08:28:33 -05:00
WANTLIB= c z
MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/
CONFIGURE_STYLE= gnu dest
2002-10-28 12:35:01 -05:00
NO_REGRESS= Yes
post-install:
@strip ${PREFIX}/bin/pgpdump
.include <bsd.port.mk>