mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
09ac5694cd
PR: 45573, 44840 Submitted by: Rick Fournier <rick@help-desk.ca>, Arjan van Leeuwen <avleeuwen@piwebs.com>
24 lines
492 B
Makefile
24 lines
492 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.2
|
|
CATEGORIES= security kde
|
|
MASTER_SITES= http://devel-home.kde.org/~kgpg/src/
|
|
|
|
MAINTAINER= rick@help-desk.ca
|
|
|
|
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>
|