freebsd-ports/security/kc/Makefile
Kurt Jaeger 41c545cf12 New port: security/kc24
Console based password storing application using an encrypted XML
document as its database.

WWW: https://github.com/levaidaniel/kc

Please read the UPDATING note!

PR:		222376
Submitted by:	Vidar Karlsen <vidar@karlsen.tech>, Daniel <leva@ecentrum.hu> (maintainer and upstream-author)
Relnotes:	35656e47a3/Changelog
2018-07-28 10:41:55 +00:00

34 lines
697 B
Makefile

# Created by: LEVAI Daniel <leva@ecentrum.hu>
# $FreeBSD$
PORTNAME= kc
PORTVERSION= 2.3.2
PORTREVISION= 3
CATEGORIES= security
MAINTAINER= leva@ecentrum.hu
COMMENT= Console based password storing application
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Versions 2.4.x use incompatible database format
EXPIRATION_DATE= 2019-03-01
LIB_DEPENDS= libxml2.so:textproc/libxml2 \
libpcre.so:devel/pcre
CONFLICTS= kc24
USES= libedit pkgconfig ssl uidfix
USE_GITHUB= yes
GH_ACCOUNT= levaidaniel
PLIST_FILES= bin/kc man/man1/kc.1.gz
MAKE_ENV+= HAVE_PCRE=yes
post-patch:
@${REINPLACE_CMD} -e 's|pkg-config|${LOCALBASE}/bin/pkgconf|' ${WRKSRC}/Makefile
.include <bsd.port.mk>