pkgsrc/time/kworldwatch/Makefile
fredb b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00

34 lines
965 B
Makefile

# $NetBSD: Makefile,v 1.7 2002/03/13 17:37:45 fredb Exp $
#
DISTNAME= kworldwatch-0.6
PKGREVISION= 1
CATEGORIES= x11 kde time
MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.1.2/apps/utils/
EXTRACT_SUFX= .tgz
MAINTAINER= hubertf@netbsd.org
COMMENT= Revolving world map indicating the time in each part of the world
BUILD_USES_MSGFMT= yes
DEPENDS+= kdebase-1.1.2nb1:../../x11/kdebase
CONFLICTS+= kdetoys-[0-9]*
USE_LIBINTL= YES
USE_X11BASE= YES
GNU_CONFIGURE= YES
EVAL_PREFIX+= QT1DIR=qt1 KDEBASEDIR=kdebase
CONFIGURE_ARGS+=--datadir=${KDEBASEDIR}/share/kde \
--with-qt-dir=${QT1DIR}/qt1 \
--with-qt-libraries='${QT1DIR}/qt1/lib -L${LOCALBASE}/lib' \
--enable-path-check
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV= KDEDIR=${KDEBASEDIR} \
MOC=${QT1DIR}/qt1/bin/moc \
QTDIR=${QT1DIR}/qt1 \
CXXFLAGS="${CFLAGS}" \
all_libraries="-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -L${X11BASE}/lib -Wl,-R${X11BASE}/lib"
.include "../../mk/bsd.pkg.mk"