diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-16 00:54:51 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-16 00:54:51 +0000 |
commit | c2f25d23fde80858768c261cd71e93e6775b2f69 (patch) | |
tree | 6d92125b64133fa320c7fd6a471438711830a4d0 /graphics/jpeg-mmx/Makefile | |
parent | CATAGORIES+= -> CATAGORIES= (diff) |
Upgrade to 6a
Notes
Notes:
svn path=/head/; revision=4499
Diffstat (limited to 'graphics/jpeg-mmx/Makefile')
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index f53d170eb816..ca29cb0ef172 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/Makefile @@ -1,22 +1,17 @@ # New ports collection makefile for: jpeg -# Version required: 6 +# Version required: 6a # Date created: 6 November 1994 # Whom: smace # -# $Id: Makefile,v 1.10 1995/10/11 08:21:33 asami Exp $ +# $Id: Makefile,v 1.11 1996/09/26 22:23:29 chuckr Exp $ # -DISTNAME= jpegsrc.v6 -PKGNAME= jpeg-6 -CATEGORIES+= graphics -MASTER_SITES= ftp://nic.switch.ch/mirror/ghost/ \ - ftp://ftp.zam.kfa-juelich.de/pub/graphics/JPEG/ \ - ftp://scotch.csua.berkeley.edu/pub/gimp/old/ \ - ftp://ftp.efd.lth.se/pub/graphic/ \ - ftp://rcs1.urz.tu-dresden.de/pub/soft/tex/tex.dante/support/ghostscript/ \ - ftp://sun.dante.de/tex-archive/support/ghostscript/ +DISTNAME= jpegsrc.v6a +PKGNAME= jpeg-6a +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ -WRKSRC= ${WRKDIR}/jpeg-6 +WRKSRC= ${WRKDIR}/jpeg-6a GNU_CONFIGURE= yes INSTALL_TARGET= install install-lib |