3c1d542050
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)
26 lines
537 B
Makefile
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>
|