blob: 3da8a6f5a7afc811af0b9aaaf5f7392e9905b49e (
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= compiler:c++11-lang qmake qt:5
USE_GITHUB= yes
USE_GL= gl
USE_QT= core dbus gui linguist network widgets \
buildtools_build
post-patch:
@${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},1' \
${WRKSRC}/${PORTNAME}.pro
.include <bsd.port.mk>
|