1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Some minor improvements:

* change CONFLICTS to CONFLICTS_INSTALL -- this port can build
	  with the traditional jpeg present, conflict arises only at
	  install-time;
	* use parallel builds
	* run the author's self-tests after building to catch any mis-
	  -compilations or overly agressive optimizations.

Approved by:	Denis Podolsky (maintainer)
Feature safe:	yes
This commit is contained in:
Mikhail Teterin 2012-03-13 06:07:10 +00:00
parent a3de89d837
commit 5c93361101
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293206

View File

@ -17,12 +17,14 @@ COMMENT= SIMD-accelerated JPEG codec which provides both the libjpeg,TurboJPEG
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
CONFLICTS= jpeg-[0-9]*
CONFLICTS_INSTALL= jpeg-[0-9]*
ONLY_FOR_ARCHS= amd64 i386
USE_AUTOTOOLS= libtool
CONFIGURE_ENV= SO_MAJOR_VERSION=${SOVERSION}
CONFIGURE_ARGS= --with-jpeg8
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
ALL_TARGET= test
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
PLIST_SUB= SOVERSION=${SOVERSION}