opnsense-ports/sysutils/pcbsd-syscache/Makefile
Franco Fichtner 4be71dcd98 */*: sync with upstream
Taken from: FreeBSD
2015-10-08 07:51:09 +02:00

34 lines
638 B
Makefile

# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
PORTNAME= pcbsd-syscache
PORTVERSION= 1439494375
CATEGORIES= sysutils
MAINTAINER= kmoore@FreeBSD.org
COMMENT= PC-BSD SysCache Utility
LICENSE= BSD3CLAUSE
WRKSRC_SUBDIR= src-sh/syscache
USE_QT5= core network buildtools qmake
USES= pkgconfig tar:xz
NO_BUILD= yes
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
PLIST_FILES= bin/syscache \
bin/syscache-daemon \
etc/rc.d/syscache
USE_GITHUB= yes
GH_ACCOUNT= pcbsd
GH_PROJECT= pcbsd
GH_TAGNAME= 3c4d2b
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000000
IGNORE= requires FreeBSD 10 or later
.endif
.include <bsd.port.post.mk>