summaryrefslogtreecommitdiff
path: root/graphics/jpeg-mmx/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
commita0848d727648aa70f6a89c013203f2b82a4e972e (patch)
tree37ec8e378ec2d731e9ba9c15cd58724325a5637c /graphics/jpeg-mmx/Makefile
parentFix build by syncing with gaim-0.73. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Notes
Notes: svn path=/head/; revision=95679 svn path=/tags/RELEASE_5_2_0/; revision=95680; tag=release/5.2.0
Diffstat (limited to 'graphics/jpeg-mmx/Makefile')
-rw-r--r--graphics/jpeg-mmx/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile
deleted file mode 100644
index af98d0f09e9e..000000000000
--- a/graphics/jpeg-mmx/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: jpeg
-# Date created: 6 November 1994
-# Whom: smace
-#
-# $FreeBSD$
-#
-# PLEASE update print/ghostscript5 (there's a symlink that uses a hardwired
-# version number) when updating this port. Thank you.
-
-PORTNAME= jpeg
-PORTVERSION= 6b
-PORTREVISION= 1
-CATEGORIES= graphics
-MASTER_SITES= http://www.ijg.org/files/ \
- ftp://ftp.uu.net/graphics/jpeg/
-DISTNAME= jpegsrc.v${PORTVERSION}
-
-MAINTAINER= dinoex@FreeBSD.org
-COMMENT= IJG's jpeg compression utilities
-
-WRKSRC= ${WRKDIR}/jpeg-6b
-
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --enable-shared --enable-static
-
-ADDITIONAL_HEADER= jinclude.h jpegint.h
-
-# define J_MAXMEM like "make J_MAXMEM=32" to limit max processing memory to 32Mb
-.if defined(J_MAXMEM)
-CONFIGURE_ARGS+= --enable-maxmem=${J_MAXMEM}
-.endif
-
-MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/jpeg
- @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jpeg
- @${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/jpeg
-.endif
-.for header in ${ADDITIONAL_HEADER}
- @${INSTALL_DATA} ${WRKSRC}/${header} ${PREFIX}/include
-.endfor
-
-.include <bsd.port.mk>