head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2011.11.11.05.44.10;	author novel;	state Exp;
branches;
next	1.2;

1.2
date	2011.11.11.04.16.40;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2011.09.17.21.47.23;	author pawel;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ckpass
# Date created:		2011-09-12
# Whom:			Gvozdikov Veniamin <g.veniamin@@googlemail.com>
#
# $FreeBSD: head/security/ckpass/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ckpass
PORTVERSION=	0.1
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}

MAINTAINER=	g.veniamin@@googlemail.com
COMMENT=	An ncurses based password database client

LICENSE=	GPLv3

LIB_DEPENDS=	kpass.0:${PORTSDIR}/security/libkpass

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib"
CPPFLAGS+=	"-I${LOCALBASE}/include"

PLIST_FILES=	bin/ckpass

.include <bsd.port.mk>
@


1.3
log
@Unbreak security/ckpass on powerpc by actually
fixing libkpass which it depends on.

Reported by:	linimon
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Mark as broken on powerpc: fails to configure.

Hat:		portmgr
Feature safe:	yes
@
text
@d26 1
a26 7
.include <bsd.port.pre.mk>

.if ${ARCH} == "powerpc"
BROKEN=		Does not configure on powerpc
.endif

.include <bsd.port.post.mk>
@


1.1
log
@An ncurses based password database client that is compatible
with KeePass 1.x format databases.

WWW:	http://ckpass.sourceforge.net/

PR:		ports/160676
Submitted by:	Gvozdikov Veniamin <g.veniamin@@googlemail.com>
Approved by:	miwi, wen (mentors implicit)
@
text
@d26 7
a32 1
.include <bsd.port.mk>
@

