1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/security/pgpdump/Makefile
Sahil Tandon b48500a42d Unbreak as the port fetches with updated distinfo. The original
archive was not gzipped (despite the filename having a .tar.gz
EXTRACT_SUFX). Upstream gzipped the tarball, thus causing size
and md5 mismatches when trying to fetch.  I have verified that
there are no changes to the content of the archive.

PR:		ports/149751 [1]
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer) [1]
		Sunpoet Hsieh <sunpoet@sunpoet.net> (via email)
2010-08-17 23:00:24 +00:00

27 lines
532 B
Makefile

# New ports collection makefile for: pgpdump
# Date created: 19 Jul 2000
# Whom: TAKAHASHI Kaoru
#
# $FreeBSD$
#
PORTNAME= pgpdump
PORTVERSION= 0.27
CATEGORIES= security
MASTER_SITES= http://www.mew.org/~kazu/proj/pgpdump/
MAINTAINER= kaoru@kaisei.org
COMMENT= PGP packet visualizer
GNU_CONFIGURE= yes
MAKE_ARGS= CFLAGS="${CFLAGS}"
MAN1= pgpdump.1
PLIST_FILES= bin/pgpdump
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pgpdump ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pgpdump.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>