pkgsrc/misc/kdeadmin2/Makefile
jmmv a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00

25 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.14 2004/01/23 21:50:46 jmmv Exp $
DISTNAME= kdeadmin-2.2.2
PKGREVISION= 6
CATEGORIES= misc
COMMENT= System administration tools for the KDE integrated X11 desktop
.include "../../x11/kde2/Makefile.kde2"
BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb2:../../x11/qt2-designer-kde
USE_BUILDLINK2= YES
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
CONFIGURE_ARGS+= --with-shadow
.else
CONFIGURE_ARGS+= --without-shadow
.endif
.include "../../x11/kde2/buildlink2.mk"
.include "../../x11/kdebase2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"