mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
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
31 lines
542 B
Makefile
31 lines
542 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= copyq
|
|
PORTVERSION= 2.7.1
|
|
PORTREVISION= 1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= kris@ixsystems.com
|
|
COMMENT= Qt5 based clipboard manager
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= qmake qt:5
|
|
USE_XORG= x11 xfixes xtst
|
|
USE_QT= core gui network svg multimedia imageformats \
|
|
buildtools_build x11extras concurrent widgets xml \
|
|
script
|
|
USE_GL= gl
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= hluk
|
|
GH_PROJECT= CopyQ
|
|
|
|
PLIST_FILES= bin/copyq
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/copyq ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|