[33002] trunk/dports/graphics/netpbm/Portfile

mas at macports.org mas at macports.org
Wed Jan 16 07:59:42 PST 2008


Revision: 33002
          http://trac.macosforge.org/projects/macports/changeset/33002
Author:   mas at macports.org
Date:     2008-01-16 07:59:38 -0800 (Wed, 16 Jan 2008)

Log Message:
-----------
netpbm now installs compatibility links to libnetpbm.dylib for pre-2002 software, as suggested by ryandesign at macports.org

Modified Paths:
--------------
    trunk/dports/graphics/netpbm/Portfile

Modified: trunk/dports/graphics/netpbm/Portfile
===================================================================
--- trunk/dports/graphics/netpbm/Portfile	2008-01-16 14:41:09 UTC (rev 33001)
+++ trunk/dports/graphics/netpbm/Portfile	2008-01-16 15:59:38 UTC (rev 33002)
@@ -4,8 +4,9 @@
 
 name            netpbm
 version         10.26.48
+revision	1
 categories      graphics
-maintainers    mas openmaintainer
+maintainers	mas openmaintainer
 description     Image manipulation
 long_description \
     A whole bunch of utilities for primitive manipulation \
@@ -45,6 +46,9 @@
         mv bin/doc.url misc/* share/netpbm &&
         mv man share &&
         rm -rf README VERSION config_template link misc pkginfo share/man/web"
+    foreach old_library {pbm pgm pnm ppm} {
+	ln -s libnetpbm.dylib ${destroot}${prefix}/lib/lib${old_library}.dylib
+    }
 }
 
 # "Netpbm has a sophisticated, rather novel system of releasing source code"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080116/0ba21e2b/attachment.html


More information about the macports-changes mailing list