pkgsrc/misc/kdeadmin3/Makefile

23 lines
562 B
Makefile

# $NetBSD: Makefile,v 1.34 2006/04/17 13:46:40 wiz Exp $
DISTNAME= kdeadmin-${_KDE_VERSION}
PKGREVISION= 1
CATEGORIES= misc
COMMENT= System administration tools for the KDE integrated X11 desktop
.include "../../meta-pkgs/kde3/Makefile.kde3"
USE_DIRS+= xdg-1.1
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
CONFIGURE_ARGS+= --with-shadow
.else
CONFIGURE_ARGS+= --without-shadow
.endif
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"