diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-02-03 02:53:48 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-02-03 02:53:48 +0000 |
commit | cbdc0c4c8dc7718d818b178a5a513ea5d552d856 (patch) | |
tree | 2fee25a6aff912b312a8dbe3625d808556c85df5 /deskutils/ksshaskpass/Makefile | |
parent | 20a5dd55fa0ae03677251bae63a32678d4c0d2be (diff) |
Notes
Diffstat (limited to 'deskutils/ksshaskpass/Makefile')
-rw-r--r-- | deskutils/ksshaskpass/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/deskutils/ksshaskpass/Makefile b/deskutils/ksshaskpass/Makefile new file mode 100644 index 000000000000..a50bfd60fabd --- /dev/null +++ b/deskutils/ksshaskpass/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: ksshaskpass +# Date created: 2010-12-26 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ksshaskpass +PORTVERSION= 0.5.3 +CATEGORIES= deskutils +MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ +DISTNAME= 50971-${PORTNAME}-${PORTVERSION} + +MAINTAINER= swills@FreeBSD.org +COMMENT= A KDE 4 version of ssh-askpass with KWallet support + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_CMAKE= yes +USE_KDE4= kdelibs automoc4 +USE_QT_VER= 4 +QT_COMPONENTS= qmake moc_build uic_build qmake_build rcc_build + +MAN1= ksshaskpass.1 +SUB_FILES= pkg-message + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> |