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
af962652e8
commit
0e549b13c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360389
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= imageworsener
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://entropymine.com/imageworsener/ \
|
||||
LOCAL/sunpoet
|
||||
@ -19,6 +19,7 @@ OPTIONS_DEFAULT=JPEG PNG WEBP
|
||||
CONFIGURE_ARGS= --with-zlib-include-dir=${INCLUDEDIR} \
|
||||
--with-zlib-lib-dir=${LIBDIR}
|
||||
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
@ -33,6 +34,6 @@ WEBP_CONFIGURE_ON= --with-webp-include-dir=${LOCALBASE}/include --with-webp-lib-
|
||||
WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp
|
||||
|
||||
post-build:
|
||||
@${STRIP_CMD} ${WRKSRC}/.libs/libimageworsener.so.2
|
||||
@${STRIP_CMD} ${WRKSRC}/.libs/libimageworsener.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
bin/imagew
|
||||
include/imagew.h
|
||||
lib/libimageworsener.a
|
||||
lib/libimageworsener.la
|
||||
lib/libimageworsener.so
|
||||
lib/libimageworsener.so.2
|
||||
lib/libimageworsener.so.1
|
||||
lib/libimageworsener.so.1.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user