2013-03-21 05:48:45 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2013/03/21 09:48:45 jasper Exp $
|
2012-04-25 10:04:06 -04:00
|
|
|
|
|
|
|
COMMENT = console based password storing application
|
|
|
|
|
2013-03-21 05:48:45 -04:00
|
|
|
DISTNAME = kc-2.3.0
|
2012-04-25 10:04:06 -04:00
|
|
|
CATEGORIES = security
|
|
|
|
|
|
|
|
HOMEPAGE = http://code.google.com/p/keychain
|
|
|
|
MASTER_SITES = http://keychain.googlecode.com/files/
|
|
|
|
|
|
|
|
MAINTAINER = LEVAI Daniel <leva@ecentrum.hu>
|
|
|
|
|
|
|
|
# BSD
|
2012-10-15 11:18:31 -04:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
2012-04-25 10:04:06 -04:00
|
|
|
|
2013-01-25 06:09:20 -05:00
|
|
|
WANTLIB = c crypto edit ncursesw xml2 pcre
|
2012-04-25 10:04:06 -04:00
|
|
|
|
|
|
|
LIB_DEPENDS = textproc/libxml \
|
|
|
|
devel/pcre
|
|
|
|
|
2013-03-21 05:48:45 -04:00
|
|
|
# only required for the pwsafe_to_kc.pl utility,
|
2013-01-25 06:09:20 -05:00
|
|
|
# and not for kc itself.
|
|
|
|
RUN_DEPENDS = www/p5-HTML-Parser
|
|
|
|
|
|
|
|
MAKE_ENV += HAVE_PCRE=yes
|
|
|
|
|
2013-03-11 07:35:43 -04:00
|
|
|
TEST_TARGET =test
|
2013-01-25 06:09:20 -05:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/kc
|
2013-03-21 05:48:45 -04:00
|
|
|
${INSTALL} ${WRKBUILD}/pwsafe_to_kc.pl ${PREFIX}/share/kc/
|
2012-04-25 10:04:06 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|