diff options
author | skrll <skrll@pkgsrc.org> | 2003-01-20 10:03:40 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2003-01-20 10:03:40 +0000 |
commit | 55966f3f8441576d4c8ac402e42f81a73587c4fa (patch) | |
tree | 281d4eb4b00f6fc47b7b11e966102e98cddc72a2 /misc/kdeutils3/Makefile | |
parent | f05976d42617e7ea6d8f6f57b9553b5b0aa6ecad (diff) | |
download | pkgsrc-55966f3f8441576d4c8ac402e42f81a73587c4fa.tar.gz |
The result of my recent KDE fiddlings
- Build all packages with a --disable-static libtool. This is how the
packages should be built and means that we don't get a load of useless
static libraries.
- Use x11/kde3/files/foo_main.cpp instead of creating N copies with
patches.
- Some other PLIST fixes
- Fix PR 19848. kspell doesn't find dictionaries.
Diffstat (limited to 'misc/kdeutils3/Makefile')
-rw-r--r-- | misc/kdeutils3/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index e442a71c5ad..d36ed608e95 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/01/17 03:34:03 markd Exp $ +# $NetBSD: Makefile,v 1.14 2003/01/20 10:03:54 skrll Exp $ DISTNAME= kdeutils-3.0.5a COMMENT= Utilities for the KDE integrated X11 desktop @@ -21,6 +21,13 @@ SPECIAL_PERMS+= ${PREFIX}/bin/efax ${_KDE_SETUID_ROOT} CPPFLAGS+= -D__NetBSD_APM__ .endif +FOO_MAIN_FILES= \ + kcalc/kcalc_main.cpp \ + kedit/kedit_main.cpp \ + klaptopdaemon/klaptopdaemon_main.cpp + +.include "../../x11/kde3/Makefile.foo_main" + .include "../../x11/kde3/buildlink2.mk" .include "../../x11/kdebase3/buildlink2.mk" |