1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/security/kc/Makefile
Carlo Strub e76957aee5 Console based password storing application using an encrypted XML
document as its database.

WWW: http://keychain.googlecode.com

PR:		ports/177191
Submitted by:	LEVAI Daniel <leva@ecentrum.hu>
Feature safe:	yes
2013-04-18 06:18:35 +00:00

32 lines
662 B
Makefile

# Created by: LEVAI Daniel <leva@ecentrum.hu>
# $FreeBSD$
PORTNAME= kc
PORTVERSION= 2.3.0
CATEGORIES= security
MASTER_SITES= http://keychain.googlecode.com/files/
MAINTAINER= leva@ecentrum.hu
COMMENT= Console based password storing application
LICENSE= BSD
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
pcre:${PORTSDIR}/devel/pcre
RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
MAN1= kc.1
MANCOMPRESSED= yes
PLIST_DIRS= share/kc
PLIST_FILES= bin/kc \
share/kc/pwsafe_to_kc.pl
MAKE_ENV+= HAVE_PCRE=yes
post-install:
${INSTALL} -d ${PREFIX}/share/kc
${INSTALL} ${WRKSRC}/pwsafe_to_kc.pl ${PREFIX}/share/kc/
.include <bsd.port.mk>