mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
30 lines
574 B
Makefile
30 lines
574 B
Makefile
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sysadm
|
|
PORTVERSION= %%CHGVERSION%%
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= kmoore@FreeBSD.org
|
|
COMMENT= SysAdm API server
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
WRKSRC_SUBDIR= src
|
|
USE_QT5= concurrent core network buildtools qmake gui websockets sql
|
|
USES= pkgconfig tar:xz qmake ssl
|
|
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= trueos
|
|
GH_PROJECT= sysadm
|
|
GH_TAGNAME= %%GHTAG%%
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 1000000
|
|
IGNORE= requires FreeBSD 10 or later
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|