Imported from libpng-1.2.10beta7.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-04-18 05:31:20 -05:00
parent 629330e761
commit ad310547a2
42 changed files with 124 additions and 118 deletions

View File

@@ -5,7 +5,7 @@
# Library name:
PNGMAJ = 0
PNGMIN = 1.2.10beta6
PNGMIN = 1.2.10beta7
PNGVER = $(PNGMAJ).$(PNGMIN)
LIBNAME = libpng12
@@ -27,7 +27,7 @@ RM_F=/bin/rm -f
# where make install puts libpng.a and png.h
prefix=/usr/local
exec_prefix=$prefix
exec_prefix=$(prefix)
INCPATH=$(prefix)/include
LIBPATH=$(exec_prefix)/lib
MANPATH=$(prefix)/man