aboutsummaryrefslogtreecommitdiffstats
path: root/security/keepassx2/Makefile
blob: ef3c641e47b0292134e4e6ada930a3cea451e602 (plain) (blame)
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
28
29
30
# Created by: Eric Camachat <eric@camachat.org>
# $FreeBSD$

PORTNAME=   KeePassX
DISTVERSION=    2.0
PORTREVISION=   2
CATEGORIES= security
MASTER_SITES=   https://www.keepassx.org/dev/attachments/download/69/
PKGNAMESUFFIX=  -alpha
DISTNAME=   ${PORTNAME:tl}-${DISTVERSION}${PKGNAMESUFFIX}6

MAINTAINER= eric@camachat.org
COMMENT=    Cross Platform Password Manager

LIB_DEPENDS=    libgcrypt.so:${PORTSDIR}/security/libgcrypt

CONFLICTS_INSTALL=  keepassx-0.*

DATADIR=    ${PREFIX}/share/${PORTNAME:tl}
WRKSRC=     ${WRKDIR}/${DISTNAME:tl}

USES=       cmake
USE_LDCONFIG=   yes
INSTALLS_ICONS= yes
USE_QT4=    corelib gui xml qtestlib dbus uic_build moc_build \
        qmake_build rcc_build
USE_XORG=   xt inputproto xtst xrender xrandr xfixes xcursor \
        xext x11 sm ice xi

.include <bsd.port.mk>