Minor updates to Makefile and pkg-descr

This commit is contained in:
Kris Moore
2017-03-08 06:46:40 -05:00
parent b446bef363
commit 97f82a06d8
2 changed files with 7 additions and 4 deletions

View File

@@ -11,8 +11,8 @@ COMMENT= SysAdm API server
LICENSE= BSD3CLAUSE
WRKSRC_SUBDIR= src
USE_QT5= concurrent core network buildtools qmake gui websockets
USES= pkgconfig tar:xz qmake
USE_QT5= concurrent core network buildtools qmake gui websockets sql
USES= pkgconfig tar:xz qmake ssl
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
USE_GITHUB= yes

View File

@@ -1,3 +1,6 @@
Sysadm API server and websocket daemon
SysAdm is a FreeBSD-based service which provides a stable API for
administrating FreeBSD and TrueOS systems. It is composed of a
headless daemon that runs in the background on any system to be
administrated, providing both web socket and REST network services.
WWW: https://github.com/pcbsd/sysadm
WWW: https://sysadm.us