mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
7fb71b1e89
PR: 24673 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> add missing MAINTAINER.
35 lines
830 B
Makefile
35 lines
830 B
Makefile
# New ports collection makefile for: ktelnet
|
|
# Date created: 14 May 1998
|
|
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ktelnet
|
|
PORTVERSION= 0.63
|
|
CATEGORIES= net kde
|
|
MASTER_SITES= http://www.spaghetti-code.de/download/ktelnet/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
|
|
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
|
|
|
|
USE_QT= yes
|
|
USE_GMAKE= yes
|
|
USE_AUTOMAKE= yes
|
|
CONFIGURE_ENV= QTDIR="${X11BASE}" KDEDIR="${LOCALBASE}"
|
|
CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt \
|
|
--with-extra-includes=${X11BASE}/include \
|
|
--with-extra-libs=${LOCALBASE}/lib \
|
|
--program-transform-name='s,k,kde,'
|
|
|
|
post-extract:
|
|
@find ${WRKSRC} -name '*\.deps*' | xargs ${RM} -rf
|
|
|
|
post-patch:
|
|
@cd ${WRKSRC} && aclocal
|
|
|
|
.include <bsd.port.mk>
|