blob: 38fb1b6d91ae342c82ff8530f3acd1851fa974ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: kwebsearch
# Version required: 1.2
# Date created: 11 Dec 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
DISTNAME= kwebsearch-1.2
CATEGORIES= www kde
MASTER_SITES= http://www.bawue.de/~rgoetz/
MAINTAINER= will@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/bin/gettext:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_QT= yes
.include <bsd.port.mk>
|