summaryrefslogtreecommitdiff
path: root/security/ckpass/Makefile
blob: 1d5804515a21894a8b428a9eb419cd2e294f9846 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	ckpass
PORTVERSION=	0.2
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Ncurses based password database client
WWW=		http://ckpass.sourceforge.net/

LICENSE=	GPLv3

LIB_DEPENDS=	libkpass.so:security/libkpass

USES=		ncurses
GNU_CONFIGURE=	yes
CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

PLIST_FILES=	bin/ckpass

.include <bsd.port.mk>