upgrade to 20021208

PR:		46097
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2003-01-02 19:27:00 +00:00
parent ecbba73783
commit 9dae8a95b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72285
3 changed files with 8 additions and 15 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= png2ico
PORTVERSION= 2002.09.03
PORTVERSION= 2002.12.08
CATEGORIES= graphics
MASTER_SITES= http://www.winterdrache.de/freeware/png2ico/data/
DISTNAME= ${PORTNAME}-src-${PORTVERSION:S/./-/g}

View file

@ -1 +1 @@
MD5 (png2ico-src-2002-09-03.tar.gz) = d592067920ba8711341ddc36e9aa3f53
MD5 (png2ico-src-2002-12-08.tar.gz) = 9b663df81c826cd564638cba2e6bc75b

View file

@ -1,15 +1,8 @@
--- Makefile.old Mon Sep 23 16:45:44 2002
+++ Makefile Mon Sep 23 16:45:51 2002
@@ -1,10 +1,10 @@
-CPPFLAGS=-W -Wall -O2
+CPPFLAGS=-W -Wall -O2 -I/usr/local/include -L/usr/local/lib -lpng
--- Makefile.orig Sun Dec 8 14:50:10 2002
+++ Makefile Sun Dec 8 14:50:17 2002
@@ -1,4 +1,4 @@
-CPPFLAGS=-W -Wall -O2 -finline-functions
+CPPFLAGS=-W -Wall -O2 -finline-functions -I/usr/local/include -L/usr/local/lib
#CPPFLAGS=-O0 -W -Wall
DEBUG=-g
all: png2ico
png2ico: png2ico.cpp
- g++ $(CPPFLAGS) $(DEBUG) -o $@ $< -lpng
+ g++ $(CPPFLAGS) $(DEBUG) -o $@ $<
doc/png2ico.txt: doc/png2ico.1
man $< |sed -e $$'s/.\b\\(.\\)/\\1/g' -e 's/\(.*\)/\1'$$'\r/' >$@