diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-03-10 14:07:27 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-03-10 14:07:27 +0000 |
commit | d69e75cfd35906fa01a707fb0d7ac8ec892168c4 (patch) | |
tree | b12893f6904dca2919298336a28445662d22af51 /x11-themes/qtcurve-kf5/Makefile | |
parent | 75eceed2d0422725a17a44bec466d32b226ba8e4 (diff) | |
download | ports-d69e75cfd35906fa01a707fb0d7ac8ec892168c4.tar.gz ports-d69e75cfd35906fa01a707fb0d7ac8ec892168c4.zip |
Notes
Diffstat (limited to 'x11-themes/qtcurve-kf5/Makefile')
-rw-r--r-- | x11-themes/qtcurve-kf5/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-themes/qtcurve-kf5/Makefile b/x11-themes/qtcurve-kf5/Makefile new file mode 100644 index 000000000000..da17091dfb96 --- /dev/null +++ b/x11-themes/qtcurve-kf5/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PORTNAME= qtcurve +PORTREVISION= 0 + +COMMENT= QtCurve KDE Frameworks 5 widget style and window decoration + +QTCURVE_SLAVE= kf5 + +MASTERDIR= ${.CURDIR}/../qtcurve + +.include "${MASTERDIR}/Makefile" |