freebsd-ports/security/mypasswordsafe/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

33 lines
800 B
Makefile

# New ports collection makefile for: mypasswordsafe
# Date created: 2006-11-26
# Whom: alepulver
#
# $FreeBSD$
#
PORTNAME= MyPasswordSafe
PORTVERSION= 20061216
PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= http://www.semanticgap.com/myps/release/
EXTRACT_SUFX= .src.tgz
MAINTAINER= alepulver@FreeBSD.org
COMMENT= Easy-to-use password manager compatible with Password Safe
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
USE_GMAKE= yes
USE_QT_VER= 3
USE_XORG= xscrnsaver
MAKE_ENV= QTDIR="${QT_PREFIX}" \
QMAKESPEC="${LOCALBASE}/share/qt/mkspecs/freebsd-g++"
post-patch:
@${REINPLACE_CMD} -Ee 's|(USER=)\$$\(USER\)|\1$$(shell whoami)|' \
${WRKSRC}/${MAKEFILE}
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e '63s|\\||; 64d; 67,68d' ${WRKSRC}/${MAKEFILE}
.endif
.include <bsd.port.mk>