mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
26 lines
626 B
Makefile
26 lines
626 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: Makefile,v 1.11 1998/10/13 23:34:49 jseger 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
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|