13 lines
285 B
Makefile
13 lines
285 B
Makefile
# Created by: Denis Podolskiy <bytestore@yandex.ru>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= lib
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= SIMD-accelerated JPEG codec library, provides libTurboJPEG
|
|
|
|
MASTERDIR= ${.CURDIR:H}/jpeg-turbo
|
|
SLAVE_PORT= yes
|
|
OPTIONS_EXCLUDE=DOCS EXAMPLES
|
|
|
|
.include "${MASTERDIR}/Makefile"
|