Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/utils
In directory usw-pr-cvs1:/tmp/cvs-serv30490
Added Files:
fondu-020622-1.info fondu-020622-1.patch
Log Message:
whups, forgot to check in fondu
--- NEW FILE: fondu-020622-1.info ---
Package: fondu
Version: 020622
Revision: 1
SourceDirectory: %n
Patch: %f.patch
CompileScript: make -f Makefile.Mac prefix=%p
InstallScript: make -f Makefile.Mac install DESTDIR=%d prefix=%p
Source: http://fondu.sourceforge.net/%n_src-%v.tgz
Description: Convert between Mac and UNIX font formats
DescDetail: <<
Fondu is a set of programs to interconvert between mac font
formats and pfb, ttf, otf and bdf files on unix.
<<
License: BSD
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Homepage: http://fondu.sourceforge.net/
--- NEW FILE: fondu-020622-1.patch ---
diff -uNbr fondu/Makefile.Mac fondu-new/Makefile.Mac
--- fondu/Makefile.Mac Thu Apr 25 22:02:08 2002
+++ fondu-new/Makefile.Mac Thu Sep 26 22:48:45 2002
@@ -1,6 +1,9 @@
+prefix=/usr/local
+bindir=$(prefix)/bin
+
CC = cc
WFLAGS = -Wmissing-prototypes -Wunused -Wimplicit -Wreturn-type -Wparentheses
-pedantic
-CFLAGS = -g $(WFLAGS) -D__Mac
+CFLAGS = -Os $(WFLAGS) -D__Mac
FONDUOBJS = fondu.o readnfnt.o
UFONDOBJS = ufond.o ufondbdf.o ufondpfb.o ufondttf.o crctab.o
DFONT2RESOBJS = dfont2res.o crctab.o
@@ -8,8 +11,6 @@
#CORE =
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/CarbonCore
CORE = /System/Library/Frameworks/CoreServices.framework/CoreServices
-bindir = /usr/local/bin
-
all: fondu ufond showfond dfont2res
fondu: $(FONDUOBJS)
@@ -28,4 +29,5 @@
-rm -f *.o fondu ufond showfond dfont2res
install: all
- cp fondu ufond showfond dfont2res $(bindir)
+ install -d -m 755 $(DESTDIR)$(bindir)
+ install -c -m 755 fondu ufond showfond dfont2res $(DESTDIR)$(bindir)
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits