mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
34 lines
789 B
Makefile
34 lines
789 B
Makefile
# New ports collection makefile for: keepassx
|
|
# Date created: 18 September 2006
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= KeePassX
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= ${PORTNAME:L}
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Cross Platform Password Manager
|
|
|
|
DATADIR= ${PREFIX}/share/${PORTNAME:L}
|
|
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= qmake_build moc_build uic_build qt3support_build rcc_build \
|
|
corelib gui xml
|
|
HAS_CONFIGURE= yes
|
|
USE_XORG= xt inputproto xtst xrender xrandr xfixes xcursor\
|
|
xext x11 sm ice xi
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
|
|
${QMAKE} -unix PREFIX=${PREFIX} \
|
|
INCLUDEPATH+=${LOCALBASE}/include LIBS+=-L${LOCALBASE}/lib \
|
|
keepass.pro
|
|
|
|
.include <bsd.port.mk>
|