freebsd-ports/deskutils/ksshaskpass/Makefile
Thomas Zander b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00

21 lines
521 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= ksshaskpass
PORTVERSION= 0.5.3
PORTREVISION= 6
CATEGORIES= deskutils
MASTER_SITES= http://kde-apps.org/CONTENT/content-files/
DISTNAME= 50971-${PORTNAME}-${PORTVERSION}
MAINTAINER= swills@FreeBSD.org
COMMENT= KDE 4 version of ssh-askpass with KWallet support
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= cmake kde:4
USE_KDE= kdelibs automoc4
USE_QT4= moc_build uic_build qmake_build rcc_build
SUB_FILES= pkg-message
.include <bsd.port.mk>