aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/flameshot/Makefile
blob: ab7e7016b21be6e00a51a9f46c873f8f82455388 (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
# Created by: Nicola Stanislao Vitale <nivit@FreeBSD.org>
# $FreeBSD$

PORTNAME=   flameshot
PORTVERSION=    0.5.0
DISTVERSIONPREFIX=  v
PORTREVISION=   1
CATEGORIES= deskutils

MAINTAINER= nivit@FreeBSD.org
COMMENT=    Powerful yet simple to use screenshot software

LICENSE=    GPLv3
LICENSE_FILE=   ${WRKSRC}/LICENSE

GH_ACCOUNT= lupoDharkael

INSTALL_ICONS=  yes

USES=       qmake
USE_GITHUB= yes
USE_GL=     gl
USE_QT5=    core dbus gui linguist network widgets \
        buildtools_build

post-patch:
        @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},1' \
            ${WRKSRC}/${PORTNAME}.pro

.include <bsd.port.mk>