mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
46789bfcb4
Only changed giflib -> libungif in kdegraphics. They realy do NOT want libgif, and do NOT use libgif anywhere. Some ports are checking its existence in configure, but they are nonsense at all!!
25 lines
550 B
Makefile
25 lines
550 B
Makefile
# 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= 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>
|