2019-05-25 03:42:04 +02:00
|
|
|
PORTNAME= ylva
|
2017-12-26 19:26:08 +01:00
|
|
|
DISTVERSIONPREFIX= v
|
2021-09-12 18:59:49 +02:00
|
|
|
DISTVERSION= 1.7
|
2017-12-26 19:26:08 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Command line password manager and file encryption program
|
2023-01-16 21:31:42 +01:00
|
|
|
WWW= https://github.com/nrosvall/ylva
|
2017-12-26 19:26:08 +01:00
|
|
|
|
|
|
|
LICENSE= MIT
|
2021-09-12 18:59:49 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
|
|
|
|
|
|
|
LIB_DEPENDS= libqrcodegen.so:graphics/qr-code-generator
|
2017-12-26 19:26:08 +01:00
|
|
|
|
|
|
|
USES= gmake localbase:ldflags sqlite ssl
|
2021-09-12 18:59:49 +02:00
|
|
|
|
2017-12-26 19:26:08 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= nrosvall
|
|
|
|
|
2021-09-12 18:59:49 +02:00
|
|
|
WRKSRC_SUBDIR= src
|
|
|
|
|
|
|
|
MAKE_ARGS= CFLAGS="${CFLAGS}"
|
2017-12-26 19:26:08 +01:00
|
|
|
|
2021-09-12 18:59:49 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME} share/man/man1/ylva.1.gz
|
2017-12-26 19:26:08 +01:00
|
|
|
|
|
|
|
post-install:
|
2019-05-25 03:42:04 +02:00
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
2017-12-26 19:26:08 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|