freebsd-ports/security/keepassx/Makefile
Tobias C. Berner b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00

25 lines
748 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= KeePassX
PORTVERSION= 0.4.4
CATEGORIES= security
MASTER_SITES= https://www.keepassx.org/releases/${PORTVERSION}/ \
http://www.keepassx.org/releases/${PORTVERSION}/
DISTNAME= ${PORTNAME:tl}-${PORTVERSION}
MAINTAINER= swills@FreeBSD.org
COMMENT= Cross Platform Password Manager
DATADIR= ${PREFIX}/share/${PORTNAME:tl}
WRKSRC= ${WRKDIR}/${PORTNAME:tl}-${PORTVERSION}
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 inputproto xtst xrender xrandr xfixes xcursor\
xext x11 sm ice xi
QMAKE_ARGS+= INCLUDEPATH+=${LOCALBASE}/include LIBS+=-L${LOCALBASE}/lib
.include <bsd.port.mk>