mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
810082e931
PR: 48177 Submitted by: Rick Fournier <rick@rptn.net>
24 lines
488 B
Makefile
24 lines
488 B
Makefile
# New ports collection makefile for: kgpg
|
|
# Date created: 15 Nov 2002
|
|
# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kgpg
|
|
PORTVERSION= 0.9.5
|
|
CATEGORIES= security kde
|
|
MASTER_SITES= http://devel-home.kde.org/~kgpg/src/
|
|
|
|
MAINTAINER= rick@rptn.net
|
|
|
|
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_KDELIBS_VER= 3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
|
.include <bsd.port.post.mk>
|