blob: 879f907af6ee7f48f33b5690a727b6be85642d18 (
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
31
32
|
# Created by: Eric Camachat <eric@camachat.org>
# $FreeBSD$
PORTNAME= keepassx
PORTVERSION= 2.0.2
PORTEPOCH= 2
CATEGORIES= security
MASTER_SITES= https://www.keepassx.org/releases/${PORTVERSION}/
PKGNAMESUFFIX= 2
MAINTAINER= eric@camachat.org
COMMENT= Cross Platform Password Manager
LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt
CONFLICTS_INSTALL= keepassx-0.*
USES= cmake compiler:features desktop-file-utils shared-mime-info
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_QT4= corelib gui xml qtestlib uic_build moc_build \
qmake_build rcc_build linguisttools
USE_XORG= ice inputproto sm x11 xcursor xext xfixes xi xrandr xrender \
xt xtst
.include <bsd.port.pre.mk>
.if !${COMPILER_FEATURES:Mc++0x}
CMAKE_ARGS+= -DWITH_CXX11:BOOL=OFF
.endif
.include <bsd.port.post.mk>
|