pkgsrc/misc/kdeadmin3/Makefile
markd 3096709d43 Update to kde3.5.9
Minor bugfixes
2008-02-20 10:14:17 +00:00

22 lines
625 B
Makefile

# $NetBSD: Makefile,v 1.43 2008/02/20 10:14:17 markd Exp $
DISTNAME= kdeadmin-${_KDE_VERSION}
CATEGORIES= misc
COMMENT= System administration tools for the KDE integrated X11 desktop
.include "../../meta-pkgs/kde3/Makefile.kde3"
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
CONFIGURE_ARGS+= --with-shadow
.else
CONFIGURE_ARGS+= --without-shadow
.endif
CONFIGURE_ENV+= DO_NOT_COMPILE=ksysv
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"