1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

* Update port to 1.4.0

* Correct WWW
* Use the DISTFILES' Makefile
This commit is contained in:
Chris D. Faulhaber 2000-03-25 13:26:12 +00:00
parent d54318fb63
commit 9b471e1bec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27031
4 changed files with 26 additions and 7 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (pngcrush-1.3.6.tar.gz) = 8a969f56742a42ebb79421d5f24bcb4f
MD5 (pngcrush-1.4.0.tar.gz) = c08d6f7ebac7a1b01b31a8dcf04a6a9a

View File

@ -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

View File

@ -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>