mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
e18a8d523c
PR: ports/118896 Submitted by: "Pietro Cerutti" <gahr@gahr.ch>
33 lines
772 B
Makefile
33 lines
772 B
Makefile
# New ports collection makefile for: mypasswordsafe
|
|
# Date created: 2006-11-26
|
|
# Whom: alepulver
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MyPasswordSafe
|
|
PORTVERSION= 20061216
|
|
PORTREVISION= 1
|
|
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
|
|
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 '63,64d; 66,67d' ${WRKSRC}/${MAKEFILE}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|