blob: 8482bfcf84937f275268b2299341f76447c39130 (
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.5 2002/10/14 09:13:48 skrll Exp $
DISTNAME= kdeadmin-3.0.4
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"
|