Ticket #9735: Portfile

File Portfile, 902 bytes (added by peter@…, 18 years ago)

Portfile for pwsafe-0.2.0

Line 
1# $Id: $
2PortSystem      1.0
3name            pwsafe
4version         0.2.0
5categories      security
6maintainers     
7description     pwsafe is a unix commandline program that manages encrypted password databases.
8homepage        http://nsd.dyndns.org/pwsafe/
9master_sites    http://nsd.dyndns.org/pwsafe/releases/
10checksums       sha1 026643a391796a527a48ffccf93d542113ca79d4
11checksums       md5 4bb36538a2772ecbf1a542bc7d4746c0
12
13depends_lib     lib:libreadline.5:readline
14
15configure.env   LDFLAGS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include"
16configure.args  --mandir=${prefix}/share/man --infodir=${prefix}/share/info \
17                --with-libreadline-prefix=${prefix}
18
19platform darwin 8 { build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
20                    configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 \
21                    CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 }