blob: 59c64784714770dd83872b036b96cfade779b6f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $FreeBSD$
PORTNAME= qtcurve
PORTREVISION= 0
COMMENT= QtCurve widget style for Qt 5
QTCURVE_SLAVE= qt5
MASTERDIR= ${.CURDIR}/../qtcurve
.include "${MASTERDIR}/Makefile"
|