aboutsummaryrefslogtreecommitdiff
path: root/security/yapet/Makefile
blob: c7fce5b8d9e2988047e8289aae0b1d6c46621a6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $FreeBSD$

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>