Changeset 98557


Ignore:
Timestamp:
Oct 8, 2012, 8:09:25 PM (12 years ago)
Author:
jmr@…
Message:

stegdetect: avoid picking up incompatible external libs (#35723), set license

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/security/stegdetect/Portfile

    r47667 r98557  
    22
    33PortSystem          1.0
     4
    45name                stegdetect
    56version             0.6
    67revision            2
    78categories          security graphics
     9license             BSD-old SSLeay Permissive IJG
    810maintainers         nomaintainer
    911description         tool for detecting steganographic content in jpeg images.
     
    2426
    2527configure.args      --mandir=${prefix}/share/man
     28# no deps, all includes and libs should be internal (#35723)
     29configure.cppflags
     30configure.ldflags
    2631post-configure {
    2732   reinplace "s|install:|_install:|g" ${worksrcpath}/jpeg-6b/Makefile
     
    4954   configure.compiler   gcc-3.3
    5055}
    51 
Note: See TracChangeset for help on using the changeset viewer.