mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
24 lines
500 B
Makefile
24 lines
500 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>
|