blob: fd4e747717e80925e4a665989486c97f208b60c6 (
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
|
# 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= 1
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>
|