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