aboutsummaryrefslogtreecommitdiff
path: root/sysutils/android-file-transfer-qt5
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-09-27 18:25:17 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-09-27 18:25:17 +0000
commit55be9c95f5e7fa63263e3b38cc78ea638d510d8e (patch)
treef087a592e5c1673bb1690aaf1b7a4a41b384e9e0 /sysutils/android-file-transfer-qt5
parent25b98debb634a476a3170eec7eebe2fde1e865be (diff)
Notes
Diffstat (limited to 'sysutils/android-file-transfer-qt5')
-rw-r--r--sysutils/android-file-transfer-qt5/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/android-file-transfer-qt5/Makefile b/sysutils/android-file-transfer-qt5/Makefile
new file mode 100644
index 000000000000..77cb22c54602
--- /dev/null
+++ b/sysutils/android-file-transfer-qt5/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTREVISION= 0
+PKGNAMESUFFIX= -qt5
+
+MASTERDIR= ${.CURDIR}/../android-file-transfer
+
+CONFLICTS_INSTALL= ${PORTNAME}-qt4
+
+OPTIONS_SLAVE= QT5
+OPTIONS_EXCLUDE=${OPTIONS_MULTI_COMP} ${OPTIONS_RADIO_GUI}
+
+# XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers?
+post-patch-QT5-on: post-patch-CLI-off
+
+.include "${MASTERDIR}/Makefile"