forked from Lainports/opnsense-ports
30 lines
542 B
Makefile
30 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>
|