mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
23 lines
447 B
Makefile
23 lines
447 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sysadm
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= kmoore@FreeBSD.org
|
|
COMMENT= SysAdm API server
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
|
|
|
WRKSRC_SUBDIR= src
|
|
USE_QT= concurrent core network buildtools qmake gui websockets sql
|
|
USES= pkgconfig qt:5 tar:xz qmake ssl
|
|
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= trueos
|
|
|
|
.include <bsd.port.mk>
|