summaryrefslogblamecommitdiff
path: root/www/kwebsearch/Makefile
blob: c1ac190ec7acd281643a581a9288edd8a9e192c2 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                  





                                                               
                          
                   
                       
                                    
 
                                 
 
                                                
                                                   
 
                   





                                                              

                      
# 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
LIB_DEPENDS=	kdecore.3:${PORTSDIR}/x11/kdelibs11

USE_QT=		yes
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>