mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
eb5981cff9
commit
e1d35c638e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359020
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libraw
|
||||
PORTVERSION= 0.15.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.libraw.org/data/
|
||||
DISTNAME= LibRaw-${PORTVERSION}
|
||||
@ -17,7 +18,7 @@ LICENSE_COMB= dual
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USES= pathfix pkgconfig
|
||||
USES= pathfix pkgconfig libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-examples --disable-jasper
|
||||
CFLAGS+= -fPIC
|
||||
|
@ -6,13 +6,13 @@ include/libraw/libraw_internal.h
|
||||
include/libraw/libraw_types.h
|
||||
include/libraw/libraw_version.h
|
||||
lib/libraw.a
|
||||
lib/libraw.la
|
||||
lib/libraw.so
|
||||
lib/libraw.so.9
|
||||
lib/libraw.so.9.0.0
|
||||
lib/libraw_r.a
|
||||
lib/libraw_r.la
|
||||
lib/libraw_r.so
|
||||
lib/libraw_r.so.9
|
||||
lib/libraw_r.so.9.0.0
|
||||
libdata/pkgconfig/libraw.pc
|
||||
libdata/pkgconfig/libraw_r.pc
|
||||
@dirrm include/libraw
|
||||
|
Loading…
Reference in New Issue
Block a user