diff options
author | ache <ache@FreeBSD.org> | 1997-06-24 21:16:00 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-06-24 21:16:00 +0800 |
commit | 7c27ae2cd5134776faa06e4805dcbbd3eea0d61c (patch) | |
tree | 15280d3290cf73537bba2c1bbd04a9c08a4bf370 /graphics/png/Makefile | |
parent | ced97eda7612f2b276792869db1a5b5ccd9fe4c6 (diff) | |
download | freebsd-ports-gnome-7c27ae2cd5134776faa06e4805dcbbd3eea0d61c.tar.gz freebsd-ports-gnome-7c27ae2cd5134776faa06e4805dcbbd3eea0d61c.tar.zst freebsd-ports-gnome-7c27ae2cd5134776faa06e4805dcbbd3eea0d61c.zip |
Upgrade to 0.96
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r-- | graphics/png/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 377baac40ce7..4fc60de81734 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: PNG images library -# Version required: 0.89c +# Version required: 0.96 # Date created: 5 Dec 1995 # Whom: ache # -# $Id: Makefile,v 1.7 1996/08/19 10:30:59 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/18 11:29:00 asami Exp $ # -DISTNAME= libpng-0.89c -PKGNAME= png-0.89c +DISTNAME= libpng-0.96 +PKGNAME= png-0.96 CATEGORIES= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/ +EXTRACT_SUFX= .tgz MAINTAINER= ache@FreeBSD.org |