blob: 5b0219e30adb2904034d0b18a33c2867657287e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# $FreeBSD$
PORTNAME= pcdm
PORTVERSION= 201710031254
PORTREVISION= 1
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>
|