pkgsrc/x11/fltk/patches/patch-aa
wiz d5fb1f092f Update to 1.1.7, ok jlam@:
FLTK 1.1.7 fixes many bugs, adds some new example programs, and
adds many new improvements to the FLUID software including
multi-level undo, syntax highlighting in all code fields, widget
alignment and sizing guides, dialog templates, widget subclasses,
and printing and testing of user interfaces within FLUID.
2006-01-22 11:11:34 +00:00

28 lines
672 B
Text

$NetBSD: patch-aa,v 1.7 2006/01/22 11:11:34 wiz Exp $
--- Makefile.orig 2006-01-15 19:36:16.000000000 +0100
+++ Makefile
@@ -27,7 +27,7 @@
include makeinclude
-DIRS = $(IMAGEDIRS) src fluid test documentation
+DIRS = $(IMAGEDIRS) src fluid documentation
all: makeinclude
for dir in $(DIRS); do\
@@ -35,6 +35,14 @@ all: makeinclude
(cd $$dir; $(MAKE) $(MFLAGS)) || break;\
done
+test: makeinclude
+ dir=test;\
+ echo "=== making $$dir ===";\
+ if test ! -f $$dir/makedepend; then\
+ touch $$dir/makedepend;\
+ fi;\
+ (cd $$dir; $(MAKE) $(MFLAGS)) || break;\
+
install: makeinclude
-mkdir -p $(DESTDIR)$(bindir)
$(RM) $(DESTDIR)$(bindir)/fltk-config