diff options
Diffstat (limited to 'security/pdfcrack/Makefile')
-rw-r--r-- | security/pdfcrack/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/pdfcrack/Makefile b/security/pdfcrack/Makefile new file mode 100644 index 000000000000..7c358546f661 --- /dev/null +++ b/security/pdfcrack/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: snoopy +# Date created: 24 October 2007 +# Whom: Philippe Audeoud <jadawin@tuxaco.net> +# $FreeBSD$ + +PORTNAME= pdfcrack +PORTVERSION= 0.9 +CATEGORIES= security +MASTER_SITES= SF + +MAINTAINER= jadawin@tuxaco.net +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> |