opnsense-ports/sysutils/trueos-libqt5/Makefile
Franco Fichtner 375b68a97d */*: sync with upstream
Taken from: HardenedBSD
2018-06-29 08:54:33 +02:00

34 lines
603 B
Makefile

# $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 qt:5 shebangfix tar:xz
USE_LDCONFIG= yes
USE_QT= 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>