blob: 2ed2134037d9e15955d89aba18039a87718f0352 (
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: kworldwatch
# Version required: 0.6
# Date created: 12 July 1998
# Whom: Marc G. Fournier <scrappy@freebsd.org>
#
# $FreeBSD$
#
DISTNAME= kworldwatch-0.6
CATEGORIES= x11 kde
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= stable/latest/apps/utils
EXTRACT_SUFX= .tgz
MAINTAINER= scrappy@freebsd.org
LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \
kdecore.2:${PORTSDIR}/x11/kdelibs11 \
kdeui.2:${PORTSDIR}/x11/kdelibs11 \
kfm.2:${PORTSDIR}/x11/kdelibs11
USE_QT= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|