diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-02 14:05:22 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-02 14:05:22 +0000 |
commit | d5e41939a1b852c5b0517f269cd2e698056bd619 (patch) | |
tree | 1bc619be2044805af4ba537d4283b577159d9198 /graphics/jpeg-mmx/Makefile | |
parent | Remove kludge to work around ncftp's inability to fetch .tar.gz files (diff) |
Do not build regular objects with -fpic
Build complete .so set
Upgrade to version 6
Notes
Notes:
svn path=/head/; revision=2212
Diffstat (limited to 'graphics/jpeg-mmx/Makefile')
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index 6a67ba54dde3..89cf66d86b1e 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/Makefile @@ -1,19 +1,20 @@ # New ports collection makefile for: jpeg -# Version required: 5b +# Version required: 6 # Date created: 6 November 1994 # Whom: smace # -# $Id: Makefile,v 1.7 1995/04/16 02:14:19 asami Exp $ +# $Id: Makefile,v 1.8 1995/06/24 11:38:03 asami Exp $ # -DISTNAME= jpegsrc.v5b -PKGNAME= jpeg-5b +DISTNAME= jpegsrc.v6 +PKGNAME= jpeg-6 CATEGORIES+= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ \ ftp://ftp.netcom.com/pub/tgl/uunet/ -WRKSRC= ${WRKDIR}/jpeg-5b +WRKSRC= ${WRKDIR}/jpeg-6 GNU_CONFIGURE= yes +INSTALL_TARGET= install install-lib post-install: ldconfig -m ${PREFIX}/lib |