Ticket #13938: Portfile-netpbm.diff
File Portfile-netpbm.diff, 789 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
Portfile
4 4 5 5 name netpbm 6 6 version 10.26.48 7 revision 1 7 8 categories graphics 8 9 maintainers mas openmaintainer 9 10 description Image manipulation … … 45 46 mv bin/doc.url misc/* share/netpbm && 46 47 mv man share && 47 48 rm -rf README VERSION config_template link misc pkginfo share/man/web" 49 set new_library [file readlink ${destroot}${prefix}/lib/libnetpbm.dylib] 50 foreach old_library {pbm pgm pnm ppm} { 51 ln -s ${new_library} ${destroot}${prefix}/lib/lib${old_library}.dylib 52 } 48 53 } 49 54 50 55 # "Netpbm has a sophisticated, rather novel system of releasing source code"