freebsd-ports/security/ckpass/Makefile
Pawel Pekala 3c1d542050 An ncurses based password database client that is compatible
with KeePass 1.x format databases.

WWW:	http://ckpass.sourceforge.net/

PR:		ports/160676
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
Approved by:	miwi, wen (mentors implicit)
2011-09-17 21:47:23 +00:00

26 lines
537 B
Makefile

# New ports collection makefile for: ckpass
# Date created: 2011-09-12
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
#
# $FreeBSD$
#
PORTNAME= ckpass
PORTVERSION= 0.1
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= g.veniamin@googlemail.com
COMMENT= An ncurses based password database client
LICENSE= GPLv3
LIB_DEPENDS= kpass.0:${PORTSDIR}/security/libkpass
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
CPPFLAGS+= "-I${LOCALBASE}/include"
PLIST_FILES= bin/ckpass
.include <bsd.port.mk>