b48eba1112
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".]
25 lines
595 B
Makefile
25 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.6 2002/03/13 17:37:26 fredb Exp $
|
|
|
|
DISTNAME= kdeadmin-2.2.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= misc
|
|
COMMENT= Utilities for the KDE integrated X11 desktop
|
|
|
|
.include "../../x11/kde2/Makefile.kde2"
|
|
|
|
BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb2:../../x11/qt2-designer-kde
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "Linux"
|
|
CONFIGURE_ARGS+= --with-shadow
|
|
.else
|
|
CONFIGURE_ARGS+= --without-shadow
|
|
.endif
|
|
|
|
.include "../../x11/kde2/buildlink.mk"
|
|
.include "../../x11/kdebase2/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|