summaryrefslogtreecommitdiffstats
path: root/security/kc/Makefile
blob: 33beb08e4db31585cf3b9c923fdcbdfecb38db40 (plain)
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
# Created by: LEVAI Daniel <leva@ecentrum.hu>
# $FreeBSD$

PORTNAME=	kc
PORTVERSION=	2.3.2
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://github.com/levaidaniel/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/

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

LICENSE=	BSD2CLAUSE

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

USES=		pkgconfig uidfix

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>
OpenPOWER on IntegriCloud