1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

- Add LICENSE

- Add missing LIB_DEPEND
This commit is contained in:
Dmitry Marakasov 2017-12-01 13:16:43 +00:00
parent 933218ee96
commit 9db153eb3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455288

View File

@ -9,16 +9,20 @@ MASTER_SITES= SF/${PORTNAME}/KDE4%20${PORTNAME}-stable/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Powerful batch file renamer for KDE
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libtag.so:audio/taglib \
libexiv2.so:graphics/exiv2 \
libpodofo.so:graphics/podofo
libpodofo.so:graphics/podofo \
libfreetype.so:print/freetype2
USES= cmake:outsource gettext kde:4 tar:bzip2
USE_KDE= kdelibs automoc4
USE_QT4= qmake_build moc_build rcc_build uic_build
post-patch:
${REINPLACE_CMD} 's,FREETYPE_INCLUDE_DIR,FREETYPE_INCLUDE_DIR_freetype2,' \
@${REINPLACE_CMD} 's,FREETYPE_INCLUDE_DIR,FREETYPE_INCLUDE_DIR_freetype2,' \
${WRKSRC}/src/CMakeLists.txt
.include <bsd.port.mk>