freebsd-ports/security/keepassx/Makefile
Anders Nordby c617562d9e Improve clipboard support, copy to/clear from mouse selection also, not
only clipboard. This makes it possible to paste data to a stock X.org
xterm.

Approved by:	skv (maintainer timeout, 10 days)
2007-06-18 20:10:06 +00:00

30 lines
687 B
Makefile

# New ports collection makefile for: keepassx
# Date created: 18 September 2006
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= KeePassX
PORTVERSION= 0.2.2
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:L}
MAINTAINER= skv@FreeBSD.org
COMMENT= Cross Platform Password Manager
WRKSRC= ${WRKDIR}/${PORTNAME:L}-${PORTVERSION}
USE_QT_VER= 4
QT_COMPONENTS= qmake gui moc uic qt3support
HAS_CONFIGURE= yes
do-configure:
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
${QMAKE} -unix PREFIX=${PREFIX} \
INCLUDEPATH+=${X11BASE}/include LIBS+=-L${X11BASE}/lib \
keepass.pro
.include <bsd.port.mk>