aboutsummaryrefslogblamecommitdiff
path: root/x11/pcdm/Makefile
blob: ee0da0d8c5ce7f359150a711a81cd9d9cb8a3311 (plain) (tree)
1
2
3
4
5
6
7
8
9

                            
                 





                                                     
                                    





                                                     
                                                      



                                                                                 
 




                                           

                      


                                                        
PORTNAME=	pcdm
PORTVERSION=	201710031254
PORTREVISION=	3
CATEGORIES=	x11

MAINTAINER=	jt@ixsystems.com
COMMENT=	QT5 based display manager for FreeBSD

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>