aboutsummaryrefslogtreecommitdiff
path: root/graphics/poppler-qt5/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-11-25 12:55:00 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-11-25 12:55:00 +0000
commite527c1b2f65c583b01144da031c2a4451391e7ea (patch)
treed8669d516b50403a0ddb48ea398c715cf90c53a2 /graphics/poppler-qt5/Makefile
parent2a4f536a634638531a27f2bfe8222e574549f60c (diff)
downloadports-e527c1b2f65c583b01144da031c2a4451391e7ea.tar.gz
ports-e527c1b2f65c583b01144da031c2a4451391e7ea.zip
graphics/poppler:
- Update to 0.26.3 - Add LICENSE_FILE - Adjust dependencies - Add new option, CURL - Switch to USES=libtool - Set proper install target instead of manual post-install stripping - Add Qt5 support - Use ${MOC} variable provided by Mk/bsd.qt.mk and remove needless pre-configure patching PR: 192068, 194992 Submitted by: olivierd, makc Exp-run by: antoine Approved by: kwm
Notes
Notes: svn path=/head/; revision=373403
Diffstat (limited to 'graphics/poppler-qt5/Makefile')
-rw-r--r--graphics/poppler-qt5/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/poppler-qt5/Makefile b/graphics/poppler-qt5/Makefile
new file mode 100644
index 000000000000..390830e15b9b
--- /dev/null
+++ b/graphics/poppler-qt5/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTREVISION= 0
+PKGNAMESUFFIX= -qt5
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Qt 5 bindings to poppler
+
+MASTERDIR= ${.CURDIR}/../../graphics/poppler
+SLAVEPORT= qt5
+PLIST= ${.CURDIR}/pkg-plist
+
+.include "${MASTERDIR}/Makefile"