aboutsummaryrefslogtreecommitdiff
path: root/security/keepassx/Makefile
blob: 9ca3064f6ded921490ce6df8b458d6b5ee37a501 (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
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=	KeePassX
PORTVERSION=	0.4.4
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	https://www.keepassx.org/releases/${PORTVERSION}/ \
		http://www.keepassx.org/releases/${PORTVERSION}/
DISTNAME=	${PORTNAME:tl}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Cross Platform Password Manager

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

DEPRECATED=	Use keepassx2 or keepassxc instead
EXPIRATION_DATE=	2018-08-12

PORTSCOUT=	ignore

USES=		desktop-file-utils qmake qt:4 shared-mime-info
USE_QT=		moc_build uic_build qt3support_build rcc_build \
		corelib gui xml
USE_XORG=	xt xorgproto xtst xrender xrandr xfixes xcursor\
		xext x11 sm ice xi

QMAKE_ARGS+=	INCLUDEPATH+=${LOCALBASE}/include LIBS+=-L${LOCALBASE}/lib

.include <bsd.port.mk>