aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2012-10-03 19:06:43 +0800
committermakc <makc@FreeBSD.org>2012-10-03 19:06:43 +0800
commita095a7f7edefc68fec696f67c570e378b6dd893a (patch)
tree2ec56dc077a19cd11d391f42a699754ae535b35f /misc
parent6c9a7b684373227fa795139895839e6668d67cab (diff)
downloadfreebsd-ports-graphics-a095a7f7edefc68fec696f67c570e378b6dd893a.tar.gz
freebsd-ports-graphics-a095a7f7edefc68fec696f67c570e378b6dd893a.tar.zst
freebsd-ports-graphics-a095a7f7edefc68fec696f67c570e378b6dd893a.zip
KDE thumbnail generator for the CHM file format.
WWW: http://kde-apps.org/content/show.php?content=153410
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/kde-thumbnailer-chm/Makefile22
-rw-r--r--misc/kde-thumbnailer-chm/distinfo2
-rw-r--r--misc/kde-thumbnailer-chm/pkg-descr3
4 files changed, 28 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 03497373aee..0538628518e 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -199,6 +199,7 @@
SUBDIR += kbdscan
SUBDIR += kbfx
SUBDIR += kcd
+ SUBDIR += kde-thumbnailer-chm
SUBDIR += kde-xdg-env
SUBDIR += kde3-i18n
SUBDIR += kde3-i18n-af
diff --git a/misc/kde-thumbnailer-chm/Makefile b/misc/kde-thumbnailer-chm/Makefile
new file mode 100644
index 00000000000..093761a07c7
--- /dev/null
+++ b/misc/kde-thumbnailer-chm/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= kde-thumbnailer-chm
+PORTVERSION= 0.1.3
+CATEGORIES= misc kde
+MASTER_SITES= http://kde-apps.org/CONTENT/content-files/
+DISTNAME= 153410-${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= makc@FreeBSD.org
+COMMENT= KDE thumbnail generator for CHM files
+
+LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib
+
+USE_CMAKE= yes
+USE_KDE4= kdeprefix kdelibs automoc4
+USE_QT4= moc_build qmake_build rcc_build uic_build
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+PLIST_FILES= lib/kde4/chmthumbnail.so \
+ share/kde4/services/chmthumbnail.desktop
+
+.include <bsd.port.mk>
diff --git a/misc/kde-thumbnailer-chm/distinfo b/misc/kde-thumbnailer-chm/distinfo
new file mode 100644
index 00000000000..15e9d3158a6
--- /dev/null
+++ b/misc/kde-thumbnailer-chm/distinfo
@@ -0,0 +1,2 @@
+SHA256 (153410-kde-thumbnailer-chm-0.1.3.tar.gz) = efddfc8043687938f1ea7ae39bc631328c23729e47b46f200285cfde49140908
+SIZE (153410-kde-thumbnailer-chm-0.1.3.tar.gz) = 10845
diff --git a/misc/kde-thumbnailer-chm/pkg-descr b/misc/kde-thumbnailer-chm/pkg-descr
new file mode 100644
index 00000000000..0ab39f39db7
--- /dev/null
+++ b/misc/kde-thumbnailer-chm/pkg-descr
@@ -0,0 +1,3 @@
+KDE thumbnail generator for the CHM file format.
+
+WWW: http://kde-apps.org/content/show.php?content=153410