aboutsummaryrefslogtreecommitdiff
path: root/security/yapet/Makefile
blob: 319e50c2ecc4d1e08e4d867b7738430cccf0c0ce (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
# $FreeBSD$

PORTNAME=	yapet
PORTVERSION=	1.0
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	http://www.guengel.ch/myapps/yapet/downloads/

MAINTAINER=	rafi@guengel.ch
COMMENT=	Curses based password manager

LICENSE=	GPLv3

USES=		gmake ncurses ssl
GNU_CONFIGURE=	yes

OPTIONS_DEFINE=		CONVERTERS DOCS NLS
OPTIONS_DEFAULT=	CONVERTERS
OPTIONS_SUB=		yes

CONVERTERS_DESC=	Utilities for importing/exporting CSV files
CONVERTERS_CONFIGURE_ENABLE=	converters

NLS_USES=		gettext
NLS_CONFIGURE_ENABLE=	nls
NLS_CPPFLAGS=		-I${LOCALBASE}/include
NLS_LDFLAGS=		-L${LOCALBASE}/lib

.include <bsd.port.mk>