366a97ec37
See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far.
20 lines
525 B
Makefile
20 lines
525 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kde-thumbnailer-epub
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= http://kde-apps.org/CONTENT/content-files/
|
|
DISTNAME= 151210-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= KDE thumbnail generator for ePub files
|
|
|
|
USES= cmake:outsource kde:4
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
PLIST_FILES= lib/kde4/epubthumbnail.so \
|
|
share/kde4/services/epubthumbnail.desktop
|
|
|
|
.include <bsd.port.mk>
|