Kris Moore d73e3f1add - Update PC-BSD related ports to their respective 10.2 versions
- Includes fixes to install pcbsd-utils-qt4 from non-root and
  shebang corrections

PR: 203598
2015-10-07 17:11:56 +00:00

35 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>