aboutsummaryrefslogtreecommitdiffstats
path: root/security/kc/Makefile
blob: ed9082f8ce39cb78ebd34068dda09ac8221ee962 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: LEVAI Daniel <leva@ecentrum.hu>
# $FreeBSD$

PORTNAME=   kc
PORTVERSION=    2.3.2
PORTREVISION=   2
CATEGORIES= security

MAINTAINER= leva@ecentrum.hu
COMMENT=    Console based password storing application

LICENSE=    BSD2CLAUSE
LICENSE_FILE=   ${WRKSRC}/LICENSE

LIB_DEPENDS=    libxml2.so:${PORTSDIR}/textproc/libxml2 \
        libpcre.so:${PORTSDIR}/devel/pcre

USES=       libedit pkgconfig 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>