aboutsummaryrefslogtreecommitdiff
path: root/security/spass-qt5/Makefile
blob: 0490b119957d1c476e98d2d32ed7b6bc50aae85b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTREVISION=	1
PKGNAMESUFFIX=	-qt5

COMMENT=	Secure password generator with a true RNG (Qt5 GUI)

USES=		qmake:no_env qt:5
USE_QT=		buildtools_build core gui widgets

MASTERDIR=	${.CURDIR}/../spass

PLIST_FILES=	bin/spass-qt

# Delete the CLI-only binary which is already provided via security/spass
post-install:
	${RM} ${STAGEDIR}${PREFIX}/bin/spass

.include	"${MASTERDIR}/Makefile"