1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/deskutils/copyq/Makefile
Sunpoet Po-Chuan Hsieh e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00

30 lines
521 B
Makefile

# $FreeBSD$
PORTNAME= copyq
PORTVERSION= 2.7.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>