# New ports collection makefile for:   libjpeg-turbo
# Date created:		2010-04-09
# Date modified:	2010-04-12
# Whom:			Denis Podolskiy bytestore@yandex.ru (based on D. R. Commander)
#
# $FreeBSD: ports/graphics/libjpeg-turbo/Makefile,v 1.12 2010/12/04 07:32:04 ade Exp $
#

PORTNAME=	libjpeg-turbo
PORTVERSION=	1.0.1
CATEGORIES=	graphics
MASTER_SITES=	http://openmoko.spb.ru/repository/ \
		SF/${PORTNAME}/${PORTVERSION} \
		${MASTER_SITE_XCONTRIB}

MAINTAINER=	bytestore@yandex.ru
COMMENT=	SIMD-accelerated JPEG codec which provides both the libjpeg,TurboJPEG

BUILD_DEPENDS=	nasm:${PORTSDIR}/devel/nasm

CONFLICTS=	jpeg-[0-9]*
ONLY_FOR_ARCHS=	amd64 i386
USE_AUTOTOOLS=	autoconf autoheader aclocal automake libtool
ACLOCAL_ARGS=	-I.
USE_LDCONFIG=	yes

MAN1=		cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1

.include <bsd.port.mk>
