Ticket #24381: Portfile

File Portfile, 1014 bytes (added by mni@…, 14 years ago)

full portfile

Line 
1# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $
2
3PortSystem      1.0
4
5name            pwman
6version         0.3.8
7categories      security
8platforms       darwin
9maintainers     oaf.dk:mni
10description     curses based password management program
11
12long_description \
13    PWman is a curses based password storage application.\
14    It uses GnuPG to encrypt and decrypt the password file.\
15    The interface was inspired by Jaako Heinonen's abook.
16
17homepage        http://sourceforge.net/projects/pwman
18master_sites    sourceforge
19
20checksums       md5 385b66ed033e7cbd1698b83dbbee29fc \
21                sha1 a0c9699ba405163c4d0a9d608c3f025a2f3c3530 \
22                rmd160 b71a0f478749017c348a5fc21cce474bd606f0be
23
24depends_lib     port:ncurses \
25                port:libxml2 \
26                port:gnupg
27
28configure.args  --mandir=${prefix}/share/man
29
30livecheck.regex "<title>pwman pwman-(.*) released.*</title>"
31
32post-configure {
33  reinplace "s|-lcurses|-lncurses|" ${worksrcpath}/src/Makefile
34}