mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
TrueOS QT5 Library
WWW: https://github.com/trueos/trueos-libqt5 PR: 222758 Submitted by: q5sys <jt@ixsystems.com> Sponsored by: iXsystems, Inc.
This commit is contained in:
parent
fc8a565eff
commit
a7d932c558
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453599
@ -1192,6 +1192,7 @@
|
||||
SUBDIR += tty-clock
|
||||
SUBDIR += ttyd
|
||||
SUBDIR += ttyload
|
||||
SUBDIR += trueos-libqt5
|
||||
SUBDIR += tuptime
|
||||
SUBDIR += tw_cli
|
||||
SUBDIR += tzdialog
|
||||
|
34
sysutils/trueos-libqt5/Makefile
Normal file
34
sysutils/trueos-libqt5/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= trueos-libqt5
|
||||
PORTVERSION= 20171003
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= jt@ixsystems.com
|
||||
COMMENT= TrueOS QT5 Library
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
|
||||
WRKSRC_SUBDIR= src-qt5
|
||||
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
USES= qmake shebangfix tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
USE_QT5= core gui network svg linguist \
|
||||
buildtools x11extras widgets
|
||||
USE_GL+= gl
|
||||
|
||||
WRKSRC_SUBDIR= src-qt5
|
||||
|
||||
QMAKE_ARGS= CONFIG+="configure"
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= trueos
|
||||
GH_PROJECT= trueos-libqt5
|
||||
GH_TAGNAME= 9e92b465d823185c9b96f2017e06f2a06b6143fa
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/trueos-libqt5/distinfo
Normal file
3
sysutils/trueos-libqt5/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1507050999
|
||||
SHA256 (trueos-trueos-libqt5-20171003-9e92b465d823185c9b96f2017e06f2a06b6143fa_GH0.tar.gz) = 4537f9bff50693e285419be006e356e267732f084ce102175a60d8d517f8ee73
|
||||
SIZE (trueos-trueos-libqt5-20171003-9e92b465d823185c9b96f2017e06f2a06b6143fa_GH0.tar.gz) = 332561
|
3
sysutils/trueos-libqt5/pkg-descr
Normal file
3
sysutils/trueos-libqt5/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
TrueOS QT5 Library
|
||||
|
||||
WWW: https://github.com/trueos/trueos-libqt5
|
18
sysutils/trueos-libqt5/pkg-plist
Normal file
18
sysutils/trueos-libqt5/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
include/trueos-DLProcess.h
|
||||
include/trueos-SingleApplication.h
|
||||
include/trueos-dialogAPsetup.h
|
||||
include/trueos-hardware.h
|
||||
include/trueos-netif.h
|
||||
include/trueos-sysFlags.h
|
||||
include/trueos-ui.h
|
||||
include/trueos-utils.h
|
||||
include/trueos-xdgfile.h
|
||||
include/trueos-xdgutils.h
|
||||
lib/libtrueos-ui.so
|
||||
lib/libtrueos-ui.so.0
|
||||
lib/libtrueos-ui.so.0.9
|
||||
lib/libtrueos-ui.so.0.9.9
|
||||
lib/libtrueos-utils.so
|
||||
lib/libtrueos-utils.so.0
|
||||
lib/libtrueos-utils.so.0.9
|
||||
lib/libtrueos-utils.so.0.9.9
|
Loading…
Reference in New Issue
Block a user