blob: fc70f77cad10ed396b8721f096ce09578cae67f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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.0
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= 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>
|