1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/security/pgpdump/Makefile
Kevin Lo e51c66c860 Removed verbose line in Makefile.
PR: 24500
Submitted by: MAINTAINER
2001-01-22 14:44:09 +00:00

25 lines
496 B
Makefile

# New ports collection makefile for: pgpdump
# Date created: 19 Jul 2000
# Whom: TAKAHASHI Kaoru
#
# $FreeBSD$
#
PORTNAME= pgpdump
PORTVERSION= 0.04
CATEGORIES= security
MASTER_SITES= ftp://pgp.iijlab.net/pub/tools/
MAINTAINER= kaoru@kaisei.org
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pgpdump ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/pgpdump
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pgpdump
.endif
.include <bsd.port.mk>