Changeset View
Changeset View
Standalone View
Standalone View
head/security/spass-qt5/Makefile
Property | Old Value | New Value |
---|---|---|
svn:eol-style | null | native \ No newline at end of property |
svn:keywords | null | FreeBSD=%H \ No newline at end of property |
svn:mime-type | null | text/plain \ No newline at end of property |
# $FreeBSD$ | |||||
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" |