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
2de2aabc85
commit
8b3e1fc5da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363467
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libjpeg-turbo
|
||||
PORTVERSION= 1.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
@ -13,7 +14,8 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
||||
|
||||
CONFLICTS_INSTALL= jpeg-[0-9]*
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= SO_MAJOR_VERSION=${SOVERSION}
|
||||
CONFIGURE_ARGS= --with-jpeg8
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -10,13 +10,13 @@ include/jmorecfg.h
|
||||
include/jpeglib.h
|
||||
include/turbojpeg.h
|
||||
lib/libjpeg.a
|
||||
lib/libjpeg.la
|
||||
lib/libjpeg.so
|
||||
lib/libjpeg.so.%%SOVERSION%%
|
||||
lib/libjpeg.so.%%SOVERSION%%.0.2
|
||||
lib/libturbojpeg.a
|
||||
lib/libturbojpeg.la
|
||||
lib/libturbojpeg.so
|
||||
lib/libturbojpeg.so.0
|
||||
lib/libturbojpeg.so.0.0.0
|
||||
man/man1/cjpeg.1.gz
|
||||
man/man1/djpeg.1.gz
|
||||
man/man1/jpegtran.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user