summaryrefslogtreecommitdiff
path: root/graphics/jpeg-mmx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/jpeg-mmx/Makefile')
-rw-r--r--graphics/jpeg-mmx/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile
deleted file mode 100644
index ae70abc14f16..000000000000
--- a/graphics/jpeg-mmx/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: jpeg
-# Version required: 6b
-# Date created: 6 November 1994
-# Whom: smace
-#
-# $FreeBSD$
-#
-
-DISTNAME= jpegsrc.v6b
-PKGNAME= jpeg-6b
-CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/
-
-MAINTAINER= jseger@FreeBSD.org
-
-WRKSRC= ${WRKDIR}/jpeg-6b
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-shared --enable-static
-MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
-
-post-install:
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-.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
-
-.include <bsd.port.mk>