12 lines
264 B
Makefile
12 lines
264 B
Makefile
QT5NAME = QtSerialBus
|
|
COMMENT-main = Qt5 API for accessing serial bus devices
|
|
|
|
MULTI_PACKAGES = -main -examples
|
|
|
|
SHARED_LIBS += Qt5SerialBus 1.1 # 5.9
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network c m
|
|
|
|
FLAVORS = debug
|
|
|
|
.include <bsd.port.mk>
|