Files
sysadm/port-files/Makefile
Ken Moore e8e157fb58 Large update to the init.d services for SysAdm.
Also clean up some things in the port makefile as well.
2017-01-20 12:49:59 -05:00

30 lines
566 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
USES= pkgconfig tar:xz qmake
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>