mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Add missing iconv dependency.
- Add USES=libtool.
This commit is contained in:
parent
371ea4eb61
commit
c167d8e6fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343920
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= exiv2
|
||||
PORTVERSION= 0.23
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.exiv2.org/
|
||||
@ -14,19 +14,17 @@ COMMENT= Exif and Iptc metadata manipulation library and tools
|
||||
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gettext gmake
|
||||
USES= gettext gmake iconv libtool
|
||||
USE_LDCONFIG= yes
|
||||
ALLTARGET= all
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/src/Makefile
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/exiv2
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libexiv2.so.12
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -39,6 +39,7 @@ lib/libexiv2.a
|
||||
lib/libexiv2.la
|
||||
lib/libexiv2.so
|
||||
lib/libexiv2.so.12
|
||||
lib/libexiv2.so.12.0.0
|
||||
libdata/pkgconfig/exiv2.pc
|
||||
man/man1/exiv2.1.gz
|
||||
share/locale/de/LC_MESSAGES/exiv2.mo
|
||||
|
Loading…
Reference in New Issue
Block a user