1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-07-03 15:57:42 +00:00
parent af962652e8
commit 0e549b13c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360389
2 changed files with 5 additions and 4 deletions

View File

@ -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>

View File

@ -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