summaryrefslogtreecommitdiff
path: root/deskutils/copyq/Makefile
blob: 7e4f52d5e912c073f9e73c52ef7964d6ad1137fa (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
# $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>