aboutsummaryrefslogtreecommitdiffstats
path: root/security/pdfcrack/Makefile
blob: c34c55dcaac2fdd28f67be78afe6470a434d76e1 (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
25
26
27
# New ports collection makefile for:   snoopy
# Date created:         24 October 2007
# Whom:                        Philippe Audeoud <jadawin@tuxaco.net>
# $FreeBSD$

PORTNAME=   pdfcrack
PORTVERSION=    0.9
PORTREVISION=   1
CATEGORIES= security
MASTER_SITES=   SF

MAINTAINER= jadawin@FreeBSD.org
COMMENT=    A command line, password recovery tool for PDF-files

USE_GMAKE=  yes

PLIST_FILES=    bin/pdfcrack
PORTDOCS=   README

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/pdfcrack ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>