freebsd-ports/deskutils/flameshot/Makefile
Tobias Kortkamp 1bf865fed5
Clean up all commented PORTREVISION and PORTEPOCH lines
No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines.  Instead of implementing
that just clean up the 51 ports that do this.

PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder.
2021-04-19 10:00:13 +02:00

30 lines
708 B
Makefile

# Created by: Nicola Stanislao Vitale <nivit@FreeBSD.org>
PORTNAME= flameshot
PORTVERSION= 0.9.0
DISTVERSIONPREFIX= v
PORTREVISION= 0
CATEGORIES= deskutils
MAINTAINER= nivit@FreeBSD.org
COMMENT= Powerful yet simple to use screenshot software
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lang gl qmake qt:5
CMAKE_INSTALL_PREFIX= ${STAGEDIR}/${PREFIX}
GH_ACCOUNT= flameshot-org
USE_GITHUB= yes
USE_GL= gl
USE_QT= core dbus gui linguist network svg widgets \
buildtools_build
post-patch:
@${REINPLACE_CMD} -e 's,$${CMAKE_INSTALL_FULL_BINDIR},${LOCALBASE}/bin,1' \
${WRKSRC}/data/dbus/org.flameshot.Flameshot.service.in
.include <bsd.port.mk>