freebsd-ports/sysutils/pcbsd-appweb/Makefile
Mathieu Arnold c1b39669d4 Cleanup BROKEN/IGNORE for 10.3-
Sponsored by:	Absolight
2017-01-03 11:01:05 +00:00

30 lines
570 B
Makefile

# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
PORTNAME= pcbsd-appweb
PORTVERSION= 1441129621
CATEGORIES= sysutils
MAINTAINER= kmoore@FreeBSD.org
COMMENT= PC-BSD Web Interface
LICENSE= BSD3CLAUSE
RUN_DEPENDS= syscache:sysutils/pcbsd-syscache \
pbi:sysutils/pbi-manager \
warden:sysutils/warden \
nginx:www/nginx
USE_PHP= filter gd json session
WRKSRC_SUBDIR= src-webui
USES= pkgconfig
NO_BUILD= yes
NO_ARCH= yes
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
USE_GITHUB= yes
GH_ACCOUNT= pcbsd
GH_PROJECT= pcbsd
GH_TAGNAME= 3c4d2b
.include <bsd.port.mk>