a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20463 2006-11-03 15:17:21Z blair@macports.org $
PortSystem 1.0
name pwsafe
version 0.2.0
categories security
maintainers nomaintainer@macports.org
description pwsafe is a unix commandline program that manages encrypted password databases.
homepage http://nsd.dyndns.org/pwsafe/
master_sites http://nsd.dyndns.org/pwsafe/releases/
checksums sha1 026643a391796a527a48ffccf93d542113ca79d4
checksums md5 4bb36538a2772ecbf1a542bc7d4746c0
depends_lib port:readline
configure.env LDFLAGS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include"
configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info \
--with-libreadline-prefix=${prefix}
platform darwin 8 { build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 \
CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 }