26 lines
639 B
Makefile
26 lines
639 B
Makefile
|
# New ports collection makefile for: kworldwatch
|
||
|
# Version required: 0.6
|
||
|
# Date created: 12 July 1998
|
||
|
# Whom: Marc G. Fournier <scrappy@freebsd.org>
|
||
|
#
|
||
|
# $Id: $
|
||
|
#
|
||
|
|
||
|
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
|
||
|
|
||
|
BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt
|
||
|
LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \
|
||
|
kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
|
||
|
kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
|
||
|
kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs
|
||
|
|
||
|
HAS_CONFIGURE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|