1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/security/pgpdump/Makefile
Kevin Lo 4edd31511a Fix document installation.
PR: 22387
Submitted by: MAINTAINER
2000-10-30 12:23:20 +00:00

26 lines
533 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/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= kaoru@kaisei.org
HAS_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>