163ab3de6a
- Allow building on non i386/amd64 [1] PR: 200095 Approved by: maintainer timeout (3 weeks) Tested on: ia64 and sparc64 [1]
12 lines
269 B
Makefile
12 lines
269 B
Makefile
# Created by: Denis Podolskiy <bytestore@yandex.ru>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= lib
|
|
|
|
COMMENT= SIMD-accelerated JPEG codec library, provides libTurboJPEG
|
|
|
|
MASTERDIR= ${.CURDIR:H}/jpeg-turbo
|
|
SLAVE_PORT= yes
|
|
OPTIONS_EXCLUDE=DOCS EXAMPLES
|
|
|
|
.include "${MASTERDIR}/Makefile"
|