blob: 1f906a6b4838d589d08c064155003ebb925af312 (
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>
#
# $Id: Makefile,v 1.8 1998/10/09 23:44:14 asami Exp $
#
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.3:${PORTSDIR}/graphics/giflib \
kdecore.1:${PORTSDIR}/x11/kdelibs \
kdeui.1:${PORTSDIR}/x11/kdelibs \
kfm.1:${PORTSDIR}/x11/kdelibs
USE_QT= yes
HAS_CONFIGURE= yes
.include <bsd.port.mk>
|