freebsd-ports/security/kgpg-kde4/Makefile
Tobias C. Berner 737c1cc56d Rename KDE4 meta ports
This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
2018-02-10 10:29:51 +00:00

18 lines
395 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= kgpg
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 2
CATEGORIES= security kde kde-kde4
MAINTAINER= kde@FreeBSD.org
COMMENT= Encryption tool for KDE
RUN_DEPENDS= gpg2:security/gnupg
USES= cmake:outsource kde:4 tar:xz
USE_KDE= automoc4 kdelibs pimlibs
USE_QT4= qmake_build moc_build rcc_build uic_build
.include <bsd.port.mk>