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


1.3
date	2012.11.17.06.01.07;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.11.11.05.44.11;	author novel;	state Exp;
branches;
next	1.1;

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


desc
@@


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

PORTNAME=	libkpass
PORTVERSION=	3
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/

MAINTAINER=	g.veniamin@@googlemail.com
COMMENT=	Library for a reading/writing KeePass 1.x DB

LICENSE=	GPLv3

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_LDCONFIG=	yes
CFLAGS+=	-Dbswap_32=bswap32 -Dbswap_16=bswap16

PLIST_FILES=	include/kpass.h \
		lib/libkpass.so \
		lib/libkpass.so.0 \
		lib/libkpass.la \
		lib/libkpass.a

.include <bsd.port.mk>
@


1.2
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.1
log
@Libkpass is a from-scratch C implementation of reading and writing
KeePass 1.x format password databases.

WWW:	http://libkpass.sourceforge.net/

PR:		ports/160675
Submitted by:	Gvozdikov Veniamin <g.veniamin@@googlemail.com>
Approved by:	miwi, wen (mentors implicit)
@
text
@d21 1
@

