summaryrefslogtreecommitdiff
path: root/security/kssh/Makefile
blob: 29a75900c426b317f82bbb3501cd40402398defc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	kssh
# Date created:		19 Nov 1999
# Whom:			Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#

PORTNAME=	kssh
PORTVERSION=	0.2
CATEGORIES=	security
MASTER_SITES=	http://people.FreeBSD.org/~will/distfiles/

MAINTAINER=	will@FreeBSD.org

BUILD_DEPENDS=	gettext:${PORTSDIR}/devel/gettext

GNU_CONFIGURE=	yes
USE_QT=		yes
USE_GMAKE=	yes
CONFIGURE_ARGS=	--prefix="${PREFIX}" --datadir="${LOCALBASE}"
CONFIGURE_ENV=	KDEDIR="${LOCALBASE}"

.include <bsd.port.mk>