freebsd-ports/sysutils/qtpass/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00

42 lines
961 B
Makefile

# $FreeBSD$
PORTNAME= qtpass
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.3
PORTREVISION= 3
CATEGORIES= sysutils
MAINTAINER= brouwer@annejan.com
COMMENT= Qt GUI for pass, the standard unix password manager
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= pass:sysutils/password-store
USES= compiler:c++11-lang gl qmake:outsource qt:5
USE_GITHUB= yes
GH_ACCOUNT= IJhack
GH_PROJECT= QtPass
USE_QT= core gui network testlib widgets buildtools_build linguisttools_build
USE_GL= gl
PLIST_FILES= bin/qtpass \
share/pixmaps/qtpass.png
# Create a desktop entry for the port.
DESKTOP_ENTRIES= "QtPass" "" \
"${PREFIX}/share/pixmaps/qtpass.png" \
"${PREFIX}/bin/qtpass" \
"Security;Utility;" true
# Fix build with Qt 5.13
pre-build:
cd ${WRKSRC}/localization && ${LRELEASE} *ts
# Install the icon of the port.
post-install:
${INSTALL_DATA} ${WRKSRC}/artwork/icon.png \
${STAGEDIR}${PREFIX}/share/pixmaps/qtpass.png
.include <bsd.port.mk>