mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
f212e44616
Upstream switched build system to CMake PR: 230143 With hat: portmgr
14 lines
276 B
Makefile
14 lines
276 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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|