aboutsummaryrefslogtreecommitdiffstats
path: root/security/pgpdump/Makefile
blob: 88873b5c07d3fbdd7188980d8f182d5785ecae30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    pgpdump
# Date created:             19 Jul 2000
# Whom:                 TAKAHASHI Kaoru
#
# $FreeBSD$
#

PORTNAME=   pgpdump
PORTVERSION=    0.06
CATEGORIES= security
MASTER_SITES=   ftp://pgp.iijlab.net/pub/pgp/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>