1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/security/kssh/Makefile

24 lines
499 B
Makefile

# 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>