freebsd-ports/security/mypasswordsafe/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +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= 3
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>