1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/x11/pcdm/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00

34 lines
781 B
Makefile

PORTNAME= pcdm
PORTVERSION= 201710031254
PORTREVISION= 4
CATEGORIES= x11
MAINTAINER= jt@ixsystems.com
COMMENT= QT5 based display manager for FreeBSD
WWW= https://github.com/trueos/pcdm
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/../LICENSE
RUN_DEPENDS= xorg-minimal>=0:x11/xorg-minimal \
xhost:x11/xhost \
setxkbmap:x11/setxkbmap \
${LOCALBASE}/bin/qsudo:sysutils/qsudo
USES= compiler:c++11-lang gl qmake qt:5 xorg
USE_QT= core gui network svg multimedia imageformats \
buildtools:build x11extras widgets concurrent linguisttools:build
USE_GL= gl
USE_XORG= x11
WRKSRC_SUBDIR= src-qt5
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
CONFLICTS= pcbsd-utils-qt*
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_TAGNAME= 690fdbdfc9fe482514161df1cd2bd994790c8a2d
.include <bsd.port.mk>