freebsd-ports/graphics/libjpeg-turbo/Makefile
Max Brazhnikov 3847783361 switch API/ABI to v8
chase SOVERSION of graphics/jpeg
prune unnecessary autotools

PR:		ports/158328
Submitted by:	Pan Tsu <inyaoo at gmail.com>
Approved by:	Denis Podolskiy (maintainer)
2011-07-10 10:35:10 +00:00

33 lines
797 B
Makefile

# 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$
#
PORTNAME= libjpeg-turbo
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
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= libtool
CONFIGURE_ENV= SO_MAJOR_VERSION=${SOVERSION}
CONFIGURE_ARGS= --with-jpeg8
USE_LDCONFIG= yes
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
PLIST_SUB= SOVERSION=${SOVERSION}
# chase graphics/jpeg
SOVERSION= 11
.include <bsd.port.mk>