13 lines
278 B
Makefile
13 lines
278 B
Makefile
QT5NAME = QtSerialPort
|
|
COMMENT-main = Qt5 serial ports access components
|
|
PKGSPEC-main = qtserialport->=5.6
|
|
|
|
MULTI_PACKAGES = -main -examples
|
|
|
|
SHARED_LIBS += Qt5SerialPort 3.0 # 5.9
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Qt5Core m
|
|
|
|
FLAVORS = debug
|
|
|
|
.include <bsd.port.mk>
|