mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
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.
21 lines
521 B
Makefile
21 lines
521 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kde-thumbnailer-fb2
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= http://kde-apps.org/CONTENT/content-files/
|
|
DISTNAME= 160180-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= KDE thumbnail generator for fb2 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/fb2thumbnail.so \
|
|
share/kde4/services/fb2thumbnail.desktop
|
|
|
|
.include <bsd.port.mk>
|