mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to version 10.5
PR: 40624 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
1c0df50961
commit
e70baa5724
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63029
3 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= netpbm
|
||||
PORTVERSION= 10.4
|
||||
PORTVERSION= 10.5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (netpbm-10.4.tgz) = d8bd16fa1e9f955846d9f8d88972fa84
|
||||
MD5 (netpbm-10.5.tgz) = 8031866dd998f9d3d572d1b6a30c3fda
|
||||
|
|
|
@ -4,7 +4,7 @@ LD = ${CC}
|
|||
CC_FOR_BUILD = ${CC}
|
||||
LD_FOR_BUILD = ${CC}
|
||||
SYMLINK = ${LN} -sf
|
||||
LDFLAGS = -Wl,--rpath,$(INSTALLLIBS)
|
||||
LDFLAGS = -Wl,--rpath,$(NETPBMLIB_RUNTIME_DIR)
|
||||
LDSHLIB = -shared -Wl,-soname,$(SONAME)
|
||||
CFLAGS_SHLIB = -fpic -DPIC
|
||||
TIFFLIB = ${LOCALBASE}/lib/libtiff.so
|
||||
|
@ -27,5 +27,6 @@ STATICLIB_TOO = y
|
|||
STATICLIBSUFFIX = a
|
||||
SHLIBPREFIXLIST = lib
|
||||
NETPBMSHLIBPREFIX = $(firstword $(SHLIBPREFIXLIST))
|
||||
NETPBMLIB_RUNTIME_DIR = ${PREFIX}/lib
|
||||
SOVER = 1
|
||||
pkgdir = ${PREFIX}
|
||||
|
|
Loading…
Add table
Reference in a new issue