aboutsummaryrefslogtreecommitdiff
path: root/www/kwebwatch/Makefile
blob: 064824de86b9a5d93d647a861af8b66ab666b0e1 (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
26
27
# New ports collection makefile for:		kwebwatch
# Date created:         11 June 2000
# Whom:			Mario S F Ferreira <lioux@linf.unb.br> et al.
#
# $FreeBSD$
#

PORTNAME=	kwebwatch
PORTVERSION=	0.72
CATEGORIES=	www kde
MASTER_SITES=	http://linuxberg.uol.com.br/files/kde/network/ \
		ftp://ftp.bmtmicro.com/tucows/mirror/files/kde/network/ \
		ftp://ftp.bitcon.no/.4/kde/network/

MAINTAINER=	lioux@FreeBSD.org

LIB_DEPENDS=	kdecore.3:${PORTSDIR}/x11/kdelibs11 \
		kdeui.3:${PORTSDIR}/x11/kdelibs11 \
		kfile.3:${PORTSDIR}/x11/kdelibs11 \
		kfm.3:${PORTSDIR}/x11/kdelibs11

USE_XLIB=	yes
USE_QT=		yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes

.include <bsd.port.mk>