b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
33 lines
682 B
Makefile
33 lines
682 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pcdm
|
|
PORTVERSION= 201710031254
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= jt@ixsystems.com
|
|
COMMENT= QT5 based display manager for FreeBSD
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= xorg-minimal>=0:x11/xorg-minimal \
|
|
xhost:x11/xhost \
|
|
setxkbmap:x11/setxkbmap \
|
|
${LOCALBASE}/bin/qsudo:sysutils/qsudo
|
|
|
|
WRKSRC_SUBDIR= src-qt5
|
|
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
|
|
|
CONFLICTS= pcbsd-utils-qt*
|
|
|
|
USES= qmake qt:5
|
|
USE_QT= core gui network svg multimedia imageformats \
|
|
buildtools_build x11extras concurrent linguisttools_build
|
|
USE_OPENRC_SUBR=pcdm
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= trueos
|
|
GH_PROJECT= pcdm
|
|
GH_TAGNAME= 690fdbdfc9fe482514161df1cd2bd994790c8a2d
|
|
|
|
.include <bsd.port.mk>
|