Submitted by: rene Reviewed by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D20725
12 lines
184 B
Makefile
12 lines
184 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
|
|
USES= qt:5
|
|
USE_CXXSTD= c++11
|
|
USE_QT= core gui svg widgets xml
|
|
USE_XORG= x11
|
|
MASTERDIR= ${.CURDIR:H}/mlt
|
|
SLAVEPORT= qt5
|
|
|
|
.include "${MASTERDIR}/Makefile"
|