freebsd-ports/graphics/libjpeg-turbo/Makefile
Adam Weinberger 4fb1d0468e Fix a docs conflict from libjpeg-turbo not excluding the DOCS option.
PR:		193145
Submitted by:	Jan Beich
2014-08-30 14:34:03 +00:00

15 lines
306 B
Makefile

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