upgrade to 0.9

This commit is contained in:
Ying-Chieh Liao 2002-07-03 13:35:34 +00:00
parent 4978a975be
commit 197b121903
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62376
3 changed files with 16 additions and 15 deletions

View File

@ -6,7 +6,7 @@
# #
PORTNAME= tiff2png PORTNAME= tiff2png
PORTVERSION= 0.81c PORTVERSION= 0.9
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \ MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \
ftp://swrinde.nde.swri.edu/pub/png/applications/ ftp://swrinde.nde.swri.edu/pub/png/applications/

View File

@ -1 +1 @@
MD5 (tiff2png-0.81c.tar.gz) = 502a767c5202665e5282b764ba1043c8 MD5 (tiff2png-0.9.tar.gz) = dfb37c5c862e96475b98c96e7f147341

View File

@ -1,7 +1,7 @@
--- Makefile.unx.orig Fri Nov 10 02:32:50 2000 --- Makefile.unx.orig Wed Jul 3 21:31:37 2002
+++ Makefile.unx Wed Nov 22 21:46:33 2000 +++ Makefile.unx Wed Jul 3 21:32:29 2002
@@ -2,9 +2,9 @@ @@ -3,9 +3,9 @@
# Copyright (C) 1996 Willem van Schaik # Copyright 2002 Greg Roelofs
#CC=cc #CC=cc
-CC=gcc -CC=gcc
@ -13,22 +13,23 @@
#COPY=cp #COPY=cp
COPY=/bin/cp -p COPY=/bin/cp -p
DEL=/bin/rm -f DEL=/bin/rm -f
@@ -56,15 +56,9 @@ @@ -60,16 +60,9 @@
INSTALL=/usr/local INSTALL=/usr/local
# GRR 19990713: FAXPECT is a custom conversion option for stretched faxes -CFLAGS=$(TIFF_VERSION) $(OPTION_FLAGS) $(OPTIMFLAGS) $(DEBUGFLAGS) \
-CFLAGS=$(TIFF_VERSION) -DFAXPECT $(MIN_INVERT) $(OPTIMFLAGS) $(DEBUGFLAGS) \
- -I$(TIFFINC) \ - -I$(TIFFINC) \
- -I$(PNGINC) \ - -I$(PNGINC) \
- -I$(ZINC) - -I$(ZINC)
-LDFLAGS=-L. \ -LDFLAGS=-L. \
- -L$(LIBTIFF)/ \ - -L$(LIBTIFF) -ltiff \
- -L$(LIBPNG)/ \ - -L$(LIBJPEG) -ljpeg \
- -L$(ZLIB)/ \ - -L$(LIBPNG) -lpng \
- -lpng -lz -ltiff -ljpeg -lm - -L$(ZLIB) -lz \
- -lm
+CFLAGS+=$(TIFF_VERSION) -DFAXPECT $(MIN_INVERT) $(OPTIMFLAGS) $(DEBUGFLAGS) \ +CFLAGS+=$(TIFF_VERSION) -DFAXPECT $(MIN_INVERT) $(OPTIMFLAGS) $(DEBUGFLAGS) \
+ -I${LOCALBASE}/include + -I${LOCALBASE}/include
+LDFLAGS=-L. -L${LOCALBASE}/lib -lpng -lz -ltiff -ljpeg -lm +LDFLAGS=-L. -L${LOCALBASE}/lib -lpng -lz -ltiff -ljpeg -lm
SLDFLAGS=-L. \ SLDFLAGS=-L. \
$(LIBTIFF)/libtiff.a $(LIBJPEG)/libjpeg.a \ $(LIBTIFF)/libtiff.a \
$(LIBPNG)/libpng.a \ $(LIBJPEG)/libjpeg.a \