pkgsrc/graphics/libjpeg-turbo/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

26 lines
649 B
Makefile

# $NetBSD: Makefile,v 1.8 2013/04/06 03:45:14 rodent Exp $
#
DISTNAME= libjpeg-turbo-1.2.1
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libjpeg-turbo/}
MAINTAINER= dsainty@NetBSD.org
HOMEPAGE= http://libjpeg-turbo.virtualgl.org/
COMMENT= Accelerated libjpeg with MMX, SSE and SSE2 SIMD instructions
LICENSE= gnu-lgpl-v2 # OR wxWindows Library Licence, Version 3.1
CONFLICTS= jpeg-[0-9]*
BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm
GNU_CONFIGURE= yes
# compatibility with pkgsrc/graphics/jpeg
CONFIGURE_ARGS+= --with-jpeg8
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
TEST_TARGET= test
.include "../../mk/bsd.pkg.mk"