summaryrefslogtreecommitdiffstats
path: root/graphics/poppler-qt/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-05 23:45:14 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-05 23:45:14 +0800
commit7099c63278d6641ef0678c7dbb4bd70dc815bbca (patch)
tree63f995a7889aae688ccc40b6257865a3443a6e72 /graphics/poppler-qt/Makefile
parentc64dec68b8920cf4b4f71d519fe0fb2c17ef7cb1 (diff)
downloadmarcuscom-ports-7099c63278d6641ef0678c7dbb4bd70dc815bbca.tar
marcuscom-ports-7099c63278d6641ef0678c7dbb4bd70dc815bbca.tar.gz
marcuscom-ports-7099c63278d6641ef0678c7dbb4bd70dc815bbca.tar.bz2
marcuscom-ports-7099c63278d6641ef0678c7dbb4bd70dc815bbca.tar.lz
marcuscom-ports-7099c63278d6641ef0678c7dbb4bd70dc815bbca.tar.xz
marcuscom-ports-7099c63278d6641ef0678c7dbb4bd70dc815bbca.tar.zst
marcuscom-ports-7099c63278d6641ef0678c7dbb4bd70dc815bbca.zip
Update poppler to 0.16.0.
Use bsd.port.options.mk instead of bsd.port.pre.mk so we don't have to resort to hackery for the qt modules. by manualy including the bsd.qt.mk/bsd.kde.mk. Lib chase will happen later. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14976 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/poppler-qt/Makefile')
-rw-r--r--graphics/poppler-qt/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/poppler-qt/Makefile b/graphics/poppler-qt/Makefile
new file mode 100644
index 000000000..c946b0bb2
--- /dev/null
+++ b/graphics/poppler-qt/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: poppler-qt
+# Date created: 2006-01-12
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/graphics/poppler-qt/Makefile,v 1.13 2010/07/07 13:03:19 kwm Exp $
+#
+
+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"