blob: 2fcd0775d4143a3373c08204beb766cf426f868d (
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
24
25
|
# New ports collection makefile for: kwebsearch
# Date created: 11 Dec 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= kwebsearch
PORTVERSION= 1.2
CATEGORIES= www kde
MASTER_SITES= http://www.guruz.de/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
USE_KDELIBS_VER=1
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= QTDIR="${X11BASE}" KDEDIR="${LOCALBASE}"
CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt \
--with-extra-includes=${LOCALBASE}/include \
--with-extra-libs=${LOCALBASE}/lib
.include <bsd.port.mk>
|