pkgsrc/games/kdegames3/Makefile
skrll 55966f3f84 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.
2003-01-20 10:03:40 +00:00

18 lines
431 B
Makefile

# $NetBSD: Makefile,v 1.10 2003/01/20 10:03:46 skrll Exp $
DISTNAME= kdegames-3.0.5a
CATEGORIES= games
COMMENT= Games for the KDE integrated X11 desktop
.include "../../x11/kde3/Makefile.kde3"
USE_BUILDLINK2= YES
FOO_MAIN_FILES= \
kbackgammon/kbackgammon_main.cpp
.include "../../x11/kde3/Makefile.foo_main"
.include "../../x11/kde3/buildlink2.mk"
.include "../../x11/kdebase3/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"