Ticket #4531: Portfile.diff
File Portfile.diff, 1.0 KB (added by darwinports@…, 19 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile,v 1.5 2005/02/16 05:14:16 toby Exp $ 2 2 PortSystem 1.0 3 3 name hydra 4 version 4. 64 version 4.7 5 5 distname ${name}-${version}-src 6 6 categories security 7 7 maintainers julien.touche@touche.fr.st … … 20 20 http://www.thehackerschoice.com 21 21 master_sites http://www.thc.org/releases/ 22 22 platforms darwin 23 checksums md5 e41a6653cb0b75c0ab2033c84ebb92cc23 checksums md5 36d7ca1b94d8fcc250af7928aa21ce6c 24 24 depends_lib lib:libssl:openssl 25 25 # need also libdes (in base system: in libcrypto) 26 26 #set worksrcdir ${name}-${version} … … 42 42 depends_lib-append lib:libssh:libssh 43 43 } 44 44 45 variant gtk { 46 depends_lib-append lib:libglib.2:glib2 \ 47 lib:libgtk.2:gtk2 48 patchfiles-delete patch-Makefile_am 49 patchfiles-append patch-hydra-gtk-src-main.c.diff 50 }