summaryrefslogtreecommitdiffstats
path: root/graphics/poppler-qt
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-13 05:04:49 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-13 05:04:49 +0800
commit88f4436eb5a025073a11dbda4084733958bca759 (patch)
treee4c9181b4e40f86b5863635026dd8634d565c84a /graphics/poppler-qt
parent7337461ef84666ba4432f20eae3d854b4a35f48e (diff)
downloadmarcuscom-ports-88f4436eb5a025073a11dbda4084733958bca759.tar
marcuscom-ports-88f4436eb5a025073a11dbda4084733958bca759.tar.gz
marcuscom-ports-88f4436eb5a025073a11dbda4084733958bca759.tar.bz2
marcuscom-ports-88f4436eb5a025073a11dbda4084733958bca759.tar.lz
marcuscom-ports-88f4436eb5a025073a11dbda4084733958bca759.tar.xz
marcuscom-ports-88f4436eb5a025073a11dbda4084733958bca759.tar.zst
marcuscom-ports-88f4436eb5a025073a11dbda4084733958bca759.zip
- Split qt and gtk bindings of poppler into slave ports since it looks like
new versions of kde apps will be using poppler git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5372 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/poppler-qt')
-rw-r--r--graphics/poppler-qt/Makefile18
-rw-r--r--graphics/poppler-qt/pkg-plist5
2 files changed, 23 insertions, 0 deletions
diff --git a/graphics/poppler-qt/Makefile b/graphics/poppler-qt/Makefile
new file mode 100644
index 000000000..5b83374a8
--- /dev/null
+++ b/graphics/poppler-qt/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: poppler-qt
+# Date created: 2006-01-12
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTREVISION= 0
+PKGNAMESUFFIX= -qt
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Qt bindings to poppler
+
+MASTERDIR= ${.CURDIR}/../../graphics/poppler
+SLAVEPORT= qt
+PLIST= ${.CURDIR}/pkg-plist
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/poppler-qt/pkg-plist b/graphics/poppler-qt/pkg-plist
new file mode 100644
index 000000000..f2d302faa
--- /dev/null
+++ b/graphics/poppler-qt/pkg-plist
@@ -0,0 +1,5 @@
+include/poppler/poppler-qt.h
+lib/libpoppler-qt.a
+lib/libpoppler-qt.so
+lib/libpoppler-qt.so.0
+libdata/pkgconfig/poppler-qt.pc