Lines 2-10
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= kc |
4 |
PORTNAME= kc |
5 |
PORTVERSION= 2.3.0 |
5 |
PORTVERSION= 2.3.2 |
6 |
CATEGORIES= security |
6 |
CATEGORIES= security |
7 |
MASTER_SITES= http://keychain.googlecode.com/files/ |
7 |
MASTER_SITES= http://github.com/levaidaniel/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ |
8 |
|
8 |
|
9 |
MAINTAINER= leva@ecentrum.hu |
9 |
MAINTAINER= leva@ecentrum.hu |
10 |
COMMENT= Console based password storing application |
10 |
COMMENT= Console based password storing application |
Lines 13-20
Link Here
|
13 |
|
13 |
|
14 |
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ |
14 |
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ |
15 |
libpcre.so:${PORTSDIR}/devel/pcre |
15 |
libpcre.so:${PORTSDIR}/devel/pcre |
16 |
RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser |
|
|
17 |
|
16 |
|
|
|
17 |
FETCH_ARGS= -Fpr |
18 |
USES= pkgconfig |
18 |
USES= pkgconfig |
19 |
|
19 |
|
20 |
MAN1= kc.1 |
20 |
MAN1= kc.1 |
Lines 21-28
Link Here
|
21 |
MANCOMPRESSED= yes |
21 |
MANCOMPRESSED= yes |
22 |
|
22 |
|
23 |
PLIST_DIRS= share/kc |
23 |
PLIST_DIRS= share/kc |
24 |
PLIST_FILES= bin/kc \ |
24 |
PLIST_FILES= bin/kc |
25 |
share/kc/pwsafe_to_kc.pl |
|
|
26 |
|
25 |
|
27 |
MAKE_ENV+= HAVE_PCRE=yes |
26 |
MAKE_ENV+= HAVE_PCRE=yes |
28 |
|
27 |
|
Lines 30-37
Link Here
|
30 |
post-patch: |
29 |
post-patch: |
31 |
@${REINPLACE_CMD} -e 's|pkg-config|${LOCALBASE}/bin/pkgconf|' ${WRKSRC}/Makefile |
30 |
@${REINPLACE_CMD} -e 's|pkg-config|${LOCALBASE}/bin/pkgconf|' ${WRKSRC}/Makefile |
32 |
|
31 |
|
33 |
post-install: |
|
|
34 |
${INSTALL} -d ${PREFIX}/share/kc |
35 |
${INSTALL} ${WRKSRC}/pwsafe_to_kc.pl ${PREFIX}/share/kc/ |
36 |
|
37 |
.include <bsd.port.mk> |
32 |
.include <bsd.port.mk> |