Index: head/graphics/png2ico/Makefile =================================================================== --- head/graphics/png2ico/Makefile (revision 72284) +++ head/graphics/png2ico/Makefile (revision 72285) @@ -1,27 +1,27 @@ # New ports collection makefile for: png2ico # Date created: 23 Sep 2002 # Whom: Franz Klammer # # $FreeBSD$ # 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} MAINTAINER= klammer@webonaut.com LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png MAN1= png2ico.1 WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/png2ico.1 ${PREFIX}/man/man1/ .include Property changes on: head/graphics/png2ico/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/png2ico/distinfo =================================================================== --- head/graphics/png2ico/distinfo (revision 72284) +++ head/graphics/png2ico/distinfo (revision 72285) @@ -1 +1 @@ -MD5 (png2ico-src-2002-09-03.tar.gz) = d592067920ba8711341ddc36e9aa3f53 +MD5 (png2ico-src-2002-12-08.tar.gz) = 9b663df81c826cd564638cba2e6bc75b Property changes on: head/graphics/png2ico/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/png2ico/files/patch-Makefile =================================================================== --- head/graphics/png2ico/files/patch-Makefile (revision 72284) +++ head/graphics/png2ico/files/patch-Makefile (revision 72285) @@ -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/' >$@ Property changes on: head/graphics/png2ico/files/patch-Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property