freebsd-ports/security/kgpg-kde4/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

19 lines
459 B
Makefile

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