Changeset 12398 for trunk/dports/graphics
- Timestamp:
- May 25, 2005, 10:52:00 AM (15 years ago)
- Location:
- trunk/dports/graphics/netpbm
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/netpbm/Portfile
r11723 r12398 1 # $Id: Portfile,v 1. 5 2005/04/09 22:29:11 jmppExp $1 # $Id: Portfile,v 1.6 2005/05/25 10:52:00 mww Exp $ 2 2 PortSystem 1.0 3 3 name netpbm 4 version 10.26.74 version 10.27 5 5 categories graphics 6 6 maintainers yves@gnu-darwin.org 7 7 description Image manipulation 8 8 long_description \ 9 A whole bunch of utilities for primitive manipulation \10 11 12 13 9 A whole bunch of utilities for primitive manipulation \ 10 of graphic images. Wide array of converters from one \ 11 graphics format to another. E.g. from g3 fax format to \ 12 jpeg. Many basic graphics editing tools such as \ 13 magnifying and cropping. 14 14 homepage http://netpbm.sourceforge.net/ 15 15 master_sites sourceforge:netpbm 16 platforms darwin17 depends_lib lib:libz.1:zlib lib:libjpeg.6:jpeg lib:libtiff.3:tiff \18 lib:libpng.1:libpng lib:libjasper:jasper16 platforms darwin 17 depends_lib port:zlib port:jpeg port:tiff \ 18 port:libpng port:jasper 19 19 extract.suffix .tgz 20 checksums md5 ad584702b0f8893ee2b3a9a054f6918820 checksums md5 c5efd105d1b7fb4685f60a39b230e880 21 21 22 patchfiles patch-lib-Makefile22 patchfiles patch-converter-other-Makefile patch-lib-Makefile 23 23 24 24 configure { … … 31 31 32 32 destroot { 33 # netpbm has its own destroot-ish procedure. 34 system "rm -rf ${destroot}${prefix} && 35 cd ${worksrcpath} && 36 make package pkgdir=${destroot}${prefix}" 33 file delete -force ${destroot}${prefix} 34 system "cd ${worksrcpath} && make package pkgdir=${destroot}${prefix}" 35 xinstall -m 755 -d ${destroot}${prefix}/share/netpbm 37 36 system "cd ${destroot}${prefix} && 38 mkdir -p share/netpbm &&39 37 mv misc/* share/netpbm && 40 38 mv man share && 41 rm -rf README VERSION link misc pkginfo share/man/web"39 rm -rf README VERSION config_template link misc pkginfo share/man/web" 42 40 } -
trunk/dports/graphics/netpbm/files/Makefile.config.darwin
r11723 r12398 7 7 STATICLIB_TOO = n 8 8 NETPBM_RUNTIME_PATH = @PREFIX@/lib 9 CC = cc-no-cpp-precomp9 CC = gcc-3.3 -no-cpp-precomp 10 10 CFLAGS = -O3 -I@PREFIX@/include 11 11 CFLAGS_SHLIB = -fno-common -
trunk/dports/graphics/netpbm/files/patch-lib-Makefile
r11723 r12398 1 --- lib/Makefile.orig Tue Apr 5 21:38:38 20052 +++ lib/Makefile Tue Apr 5 21:43:14 20053 @@ -2 48,9 +248,9 @@1 --- lib/Makefile.orig 2005-02-05 13:47:27.000000000 -0500 2 +++ lib/Makefile 2005-05-15 21:47:58.000000000 -0400 3 @@ -257,9 +257,9 @@ 4 4 $(INSTALL) -c -m $(INSTALL_PERM_LIBS) libnetpbm.dll.a $(PKGDIR)/link 5 5 endif
Note: See TracChangeset
for help on using the changeset viewer.