# $Id: Portfile 56184 2009-08-25 06:11:10Z ryandesign@macports.org $

PortSystem 1.0

name			nasty
version			0.6
categories		security
platforms		darwin
maintainers		nomaintainer
description		passphrase revovery helper for PGP and GPG keys
long_description	Nasty is a program that helps you to recover the \
				passphrase of your PGP or GPG-key in case you forget or lost \
				it. This tool will not help if you have no clue about the \
				passphrase!

homepage		http://www.vanheusden.com/nasty/
master_sites	${homepage}
checksums		md5 f8181bd8d887acd869ce677034465c6f
extract.suffix	.tgz
patchfiles		patch-Makefile

depends_lib		port:gpgme \
				port:pth

use_configure		no

build.env		CFLAGS=-I${prefix}/include \
				LDFLAGS=-L${prefix}/lib

destroot.destdir	prefix=${destroot}${prefix}
