- Update MASTER_SITES. Upstream no longer uses SVN or SourceForge infrastructure. See http://sourceforge.net/p/keepassx/code/387/ - USES: Add desktop-file-utils PR: 205105 Approved by: maintainer timeout (2 weeks) Security: CVE-2015-8378 Security: https://vuxml.FreeBSD.org/freebsd/918a5d1f-9d40-11e5-8f5c-002590263bf5.html MFH: 2015Q4
25 lines
743 B
Makefile
25 lines
743 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 shared-mime-info
|
|
USE_QT4= 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>
|