summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-25 13:26:12 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-25 13:26:12 +0000
commit9b471e1bece4f904e8581cec0601ad36a3d8148f (patch)
tree3dc59bf51a4a1fdbbdbe33313bf99172d62ad898 /graphics
parentnew ghostscript 6.01 port after repository copy (diff)
* Update port to 1.4.0
* Correct WWW * Use the DISTFILES' Makefile
Notes
Notes: svn path=/head/; revision=27031
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pngcrush/Makefile10
-rw-r--r--graphics/pngcrush/distinfo2
-rw-r--r--graphics/pngcrush/files/patch-aa17
-rw-r--r--graphics/pngcrush/pkg-descr4
4 files changed, 26 insertions, 7 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile
index fb5df00cfa63..d8e82c056399 100644
--- a/graphics/pngcrush/Makefile
+++ b/graphics/pngcrush/Makefile
@@ -1,18 +1,20 @@
# New ports collection makefile for: pngcrush
-# Version required: 1.3.6
+# Version required: 1.4.0
# Date created: 07 December 1999
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= pngcrush-1.3.6
+DISTNAME= pngcrush-1.4.0
CATEGORIES= graphics
MASTER_SITES= http://download.sourceforge.net/pmt/
MAINTAINER= jedgar@FreeBSD.org
-do-configure:
- @${CP} ${FILESDIR}/Makefile ${WRKSRC}
+MAKEFILE= Makefile.gcc
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo
index 80b719130aa6..185a85f9f490 100644
--- a/graphics/pngcrush/distinfo
+++ b/graphics/pngcrush/distinfo
@@ -1 +1 @@
-MD5 (pngcrush-1.3.6.tar.gz) = 8a969f56742a42ebb79421d5f24bcb4f
+MD5 (pngcrush-1.4.0.tar.gz) = c08d6f7ebac7a1b01b31a8dcf04a6a9a
diff --git a/graphics/pngcrush/files/patch-aa b/graphics/pngcrush/files/patch-aa
new file mode 100644
index 000000000000..c7fb1340c941
--- /dev/null
+++ b/graphics/pngcrush/files/patch-aa
@@ -0,0 +1,17 @@
+--- Makefile.gcc.orig Tue Dec 28 10:24:59 1999
++++ Makefile.gcc Sat Mar 25 08:21:53 2000
+@@ -10,10 +10,10 @@
+
+ # macros --------------------------------------------------------------------
+
+-CC = gcc
+-LD = gcc
+-RM = rm -f
+-CFLAGS = -O -Wall
++CC?= gcc
++LD = $(CC)
++RM?= rm -f
++#CFLAGS = -O -Wall
+ # [note that -Wall is a gcc-specific compilation flag ("all warnings on")]
+ LDFLAGS =
+ O = .o
diff --git a/graphics/pngcrush/pkg-descr b/graphics/pngcrush/pkg-descr
index 0dda9567ed65..ab468ad85d10 100644
--- a/graphics/pngcrush/pkg-descr
+++ b/graphics/pngcrush/pkg-descr
@@ -7,7 +7,7 @@ chunks or add gAMA and sRGB chunks.
pngcrush does not require external X/png libraries.
-WWW: http://pmt.sourceforge.net/pmgcrush/
+WWW: http://pmt.sourceforge.net/pngcrush/
- Chris D. Faulhaber
-jedgar@FreeBSD.org
+ <jedgar@FreeBSD.org>