blob: 521ccb71a4fa17812e4b5e6f1bae42b744043f38 (
plain)
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
28
29
|
# 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.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:268 autoheader:268 aclocal:111 automake:111 libtool:22
ACLOCAL_ARGS= -I.
USE_LDCONFIG= yes
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
.include <bsd.port.mk>
|