Files
sysadm/port-files/Makefile

29 lines
538 B
Makefile

# $FreeBSD$
PORTNAME= sysadm
PORTVERSION= %%CHGVERSION%%
CATEGORIES= sysutils
MAINTAINER= jt@ixsystems.com
COMMENT= SysAdm API server
LICENSE= BSD3CLAUSE
WRKSRC_SUBDIR= src
USES= pkgconfig tar:xz qmake ssl qt:5
USE_QT= concurrent core network buildtools_build qmake_build websockets sql
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>