mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
3f12a72beb
commit
aececc2cd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358950
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= jbig2dec
|
||||
PORTVERSION= 0.11
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= SF
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
@ -13,9 +13,10 @@ COMMENT= Decoder implementation of the JBIG2 image compression format
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= tar:xz libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= tar:xz
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= PNG TESTS
|
||||
OPTIONS_DEFAULT= PNG
|
||||
|
@ -1,7 +1,7 @@
|
||||
bin/jbig2dec
|
||||
include/jbig2.h
|
||||
lib/libjbig2dec.a
|
||||
lib/libjbig2dec.la
|
||||
lib/libjbig2dec.so
|
||||
lib/libjbig2dec.so.0
|
||||
lib/libjbig2dec.so.0.0.0
|
||||
man/man1/jbig2dec.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user