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

PORTNAME=   pdfcrack
PORTVERSION=    0.11
CATEGORIES= security
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

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>