Merge from vendor branch TNF:
[pkgsrc.git] / lang / icon / patches / patch-ab
1 $NetBSD$
2
3 --- Makefile.orig       Thu Jul  1 20:39:20 1999
4 +++ Makefile    Wed Apr  5 16:16:27 2000
5 @@ -186,6 +186,25 @@
6                 -cd src;                $(MAKE) Clean
7                 -cd tests;              $(MAKE) Clean
8  
9 +# Install
10 +
11 +install:
12 +       @bin/patchstr bin/iconc ${PREFIX}/share/icon/
13 +       @bin/patchstr bin/icont ${PREFIX}/bin/iconx
14 +       install -c -s -g wheel -o root -m 755 bin/iconc ${PREFIX}/bin/iconc
15 +       install -c -s -g wheel -o root -m 755 bin/icont ${PREFIX}/bin/icont
16 +       install -c -s -g wheel -o root -m 755 bin/iconx ${PREFIX}/bin/iconx
17 +       install -c -s -g wheel -o root -m 755 bin/patchstr ${PREFIX}/bin/patchstr
18 +       @mkdir -p ${PREFIX}/share/icon
19 +       install -c -g wheel -o root -m 644 bin/dlrgint.o ${PREFIX}/share/icon/dlrgint.o
20 +       install -c -g wheel -o root -m 644 bin/rt.a ${PREFIX}/share/icon/rt.a
21 +       install -c -g wheel -o root -m 644 bin/rt.db ${PREFIX}/share/icon/rt.db
22 +       install -c -g wheel -o root -m 644 bin/rt.h ${PREFIX}/share/icon/rt.h
23 +#      @mkdir -p ${PREFIX}/man/man1
24 +#      install -c -g wheel -o root -m 444 docs/icon.1 ${PREFIX}/man/man1/icon.1
25 +#      @gzip -9fn ${PREFIX}/man/man1/icon.1
26 +# XXX (icon.1 missing from this distribution!)
27 +
28  ##################################################################
29  # Entries beyond this point are for use at Arizona only.
30  #   *** Do not delete the line above; it is used in trimming Makefiles