diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-15 21:32:50 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-15 21:32:50 +0000 |
commit | cd85ffdbd346ea5cc1c1f69f7f0dcc8723289bfe (patch) | |
tree | 9d873084b0e164614c26757c968f78325f1c1fad /graphics/jpeg-mmx/Makefile | |
parent | path at the MASTER_SITEs listed wrong... (diff) |
Update to version 6b
Notes
Notes:
svn path=/head/; revision=10523
Diffstat (limited to 'graphics/jpeg-mmx/Makefile')
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index b185f4ea26bf..f6ba48555f8c 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/Makefile @@ -1,19 +1,21 @@ # New ports collection makefile for: jpeg -# Version required: 6a +# Version required: 6b # Date created: 6 November 1994 # Whom: smace # -# $Id: Makefile,v 1.13 1996/11/18 14:00:09 asami Exp $ +# $Id: Makefile,v 1.14 1997/07/17 15:12:43 max Exp $ # -DISTNAME= jpegsrc.v6a -PKGNAME= jpeg-6a +DISTNAME= jpegsrc.v6b +PKGNAME= jpeg-6b CATEGORIES= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ -WRKSRC= ${WRKDIR}/jpeg-6a +MAINTAINER= jseger@FreeBSD.org + +WRKSRC= ${WRKDIR}/jpeg-6b GNU_CONFIGURE= yes -INSTALL_TARGET= install install-lib +CONFIGURE_ARGS= --enable-shared --enable-static MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 post-install: |