1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/security/yapet/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

29 lines
534 B
Makefile

PORTNAME= yapet
DISTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://yapet.guengel.ch/downloads/
MAINTAINER= rafi@guengel.ch
COMMENT= Curses based password manager
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS+= libargon2.so:security/libargon2 \
libcppunit.so:devel/cppunit
USES= compiler:c++14-lang gmake ncurses ssl pkgconfig
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
TEST_TARGET= check
.include <bsd.port.mk>