mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
b760897dde
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
31 lines
537 B
Makefile
31 lines
537 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
|
|
USE_XORG= x11 xfixes xtst
|
|
USE_QT5= 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>
|