1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/security/kssh/Makefile
Will Andrews f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00

25 lines
568 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= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/will/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
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>