blob: ef1cff5606dddcbf79689d73df8eae6ef034d6f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.7 2003/01/02 09:12:26 skrll Exp $
DISTNAME= kdeadmin-3.0.5a
CATEGORIES= misc
COMMENT= System administration tools for the KDE integrated X11 desktop
.include "../../x11/kde3/Makefile.kde3"
USE_BUILDLINK2= YES
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
CONFIGURE_ARGS+= --with-shadow
.else
CONFIGURE_ARGS+= --without-shadow
.endif
.include "../../x11/kde3/buildlink2.mk"
.include "../../x11/kdebase3/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|