[98557] trunk/dports/security/stegdetect/Portfile

jmr at macports.org jmr at macports.org
Mon Oct 8 13:09:25 PDT 2012


Revision: 98557
          http://trac.macports.org//changeset/98557
Author:   jmr at macports.org
Date:     2012-10-08 13:09:25 -0700 (Mon, 08 Oct 2012)
Log Message:
-----------
stegdetect: avoid picking up incompatible external libs (#35723), set license

Modified Paths:
--------------
    trunk/dports/security/stegdetect/Portfile

Modified: trunk/dports/security/stegdetect/Portfile
===================================================================
--- trunk/dports/security/stegdetect/Portfile	2012-10-08 19:26:42 UTC (rev 98556)
+++ trunk/dports/security/stegdetect/Portfile	2012-10-08 20:09:25 UTC (rev 98557)
@@ -1,10 +1,12 @@
 # $Id$
 
 PortSystem          1.0
+
 name                stegdetect
 version             0.6
 revision            2
 categories          security graphics
+license             BSD-old SSLeay Permissive IJG
 maintainers         nomaintainer
 description         tool for detecting steganographic content in jpeg images.
 long_description \
@@ -23,6 +25,9 @@
                     patch-file_Makefile.in.diff patch-stegdetect.c.diff
 
 configure.args      --mandir=${prefix}/share/man
+# no deps, all includes and libs should be internal (#35723)
+configure.cppflags
+configure.ldflags
 post-configure {
    reinplace "s|install:|_install:|g" ${worksrcpath}/jpeg-6b/Makefile
 }
@@ -48,4 +53,3 @@
 platform darwin 8 powerpc {
    configure.compiler   gcc-3.3
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121008/c50cf3f7/attachment.html>


More information about the macports-changes mailing list