summaryrefslogtreecommitdiff
path: root/deskutils/copyq/Makefile
blob: 61b9de734f31dd85cd8ad8f7215289909634f68b (plain)
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
# $FreeBSD$

PORTNAME=	copyq
PORTVERSION=	2.7.1
DISTVERSIONPREFIX=	v
CATEGORIES=	deskutils

MAINTAINER=	kris@ixsystems.com
COMMENT=	Qt5 based clipboard manager

LICENSE=	GPLv3

BROKEN_FreeBSD_9=	does not build

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>