diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-05-18 21:26:50 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-05-18 21:26:50 +0000 |
commit | e1a86f3168fdbb6508792511551443c4aaf116a2 (patch) | |
tree | 5208110a22a56b2e398ad8f978199ad7bc4d2865 /x11-themes/qtcurve-qt5 | |
parent | 3ebfd7377f8b66b84568a2b600490418f3b33ab8 (diff) | |
download | ports-e1a86f3168fdbb6508792511551443c4aaf116a2.tar.gz ports-e1a86f3168fdbb6508792511551443c4aaf116a2.zip |
Notes
Diffstat (limited to 'x11-themes/qtcurve-qt5')
-rw-r--r-- | x11-themes/qtcurve-qt5/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-themes/qtcurve-qt5/Makefile b/x11-themes/qtcurve-qt5/Makefile new file mode 100644 index 000000000000..59c647847147 --- /dev/null +++ b/x11-themes/qtcurve-qt5/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PORTNAME= qtcurve +PORTREVISION= 0 + +COMMENT= QtCurve widget style for Qt 5 + +QTCURVE_SLAVE= qt5 + +MASTERDIR= ${.CURDIR}/../qtcurve + +.include "${MASTERDIR}/Makefile" |