diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-03-25 21:26:12 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-03-25 21:26:12 +0800 |
commit | 3c3fe1f6c523c4dfca2c16b26cdcc409dd226e04 (patch) | |
tree | 73d551ba89c4b036e850e83d70e8bf8f44ca14b9 /graphics | |
parent | 21ef1fe1c1dc3d9343e6434d37ad0c283d792ebb (diff) | |
download | freebsd-ports-gnome-3c3fe1f6c523c4dfca2c16b26cdcc409dd226e04.tar.gz freebsd-ports-gnome-3c3fe1f6c523c4dfca2c16b26cdcc409dd226e04.tar.zst freebsd-ports-gnome-3c3fe1f6c523c4dfca2c16b26cdcc409dd226e04.zip |
* Update port to 1.4.0
* Correct WWW
* Use the DISTFILES' Makefile
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pngcrush/Makefile | 10 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 2 | ||||
-rw-r--r-- | graphics/pngcrush/files/patch-aa | 17 | ||||
-rw-r--r-- | graphics/pngcrush/pkg-descr | 4 |
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> |