aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc-qt4
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2015-03-28 21:39:49 +0000
committerJuergen Lock <nox@FreeBSD.org>2015-03-28 21:39:49 +0000
commit7b83c8d6f08f423039ff8d5a6aea440b4775beb4 (patch)
tree82e7745f3f118a02f67413da01b9678623c31ce0 /multimedia/vlc-qt4
parentfe3dd94eea3449e86867a5c9e72a6530d80331eb (diff)
downloadports-7b83c8d6f08f423039ff8d5a6aea440b4775beb4.tar.gz
ports-7b83c8d6f08f423039ff8d5a6aea440b4775beb4.zip
Notes
Diffstat (limited to 'multimedia/vlc-qt4')
-rw-r--r--multimedia/vlc-qt4/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/vlc-qt4/Makefile b/multimedia/vlc-qt4/Makefile
new file mode 100644
index 000000000000..6de8c659cd67
--- /dev/null
+++ b/multimedia/vlc-qt4/Makefile
@@ -0,0 +1,15 @@
+# Created by: nox@FreeBSD.org
+# $FreeBSD$
+
+MAINTAINER= multimedia@FreeBSD.org
+COMMENT= Qt 4 based multimedia player and streaming server
+PKGNAMESUFFIX= -qt4
+
+OPTIONS_SLAVE= QT4
+OPTIONS_EXCLUDE= QT5
+
+CONFLICTS= vlc-[0-9]*
+
+MASTERDIR= ${.CURDIR}/../vlc
+
+.include "${MASTERDIR}/Makefile"