mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
25 lines
537 B
Makefile
25 lines
537 B
Makefile
# New ports collection makefile for: kworldwatch
|
|
# Date created: 12 July 1998
|
|
# Whom: Marc G. Fournier <scrappy@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kworldwatch
|
|
PORTVERSION= 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= kdecore.3:${PORTSDIR}/x11/kdelibs11 \
|
|
kdeui.3:${PORTSDIR}/x11/kdelibs11 \
|
|
kfm.3:${PORTSDIR}/x11/kdelibs11
|
|
|
|
USE_QT= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|