mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
17 lines
304 B
Makefile
17 lines
304 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= serialport
|
||
|
DISTVERSION= ${QT5_VERSION}
|
||
|
CATEGORIES= comms
|
||
|
PKGNAMEPREFIX= qt5-
|
||
|
|
||
|
MAINTAINER= kde@FreeBSD.org
|
||
|
COMMENT= Qt functions to access serial ports
|
||
|
|
||
|
USE_QT5= core buildtools_build
|
||
|
QT_DIST= serialport
|
||
|
USES= qmake
|
||
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||
|
|
||
|
.include <bsd.port.mk>
|