diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-12-09 21:39:53 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-12-09 21:39:53 +0000 |
commit | 60da90a9eb47eca365b95b6349d64f7cdff1726e (patch) | |
tree | 502479d9799c38e18258c1456b771bfefa070673 /graphics/jpeg/Makefile | |
parent | b0d6a20976d9c64d167251bdfd494366c665271e (diff) | |
download | ports-60da90a9eb47eca365b95b6349d64f7cdff1726e.tar.gz ports-60da90a9eb47eca365b95b6349d64f7cdff1726e.zip |
Notes
Diffstat (limited to 'graphics/jpeg/Makefile')
-rw-r--r-- | graphics/jpeg/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 1db369649f7f..6e7c031b4acf 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -1,20 +1,16 @@ -# New ports collection makefile for: jpeg -# Date created: 6 November 1994 -# Whom: smace -# +# Created by: smace # $FreeBSD$ -# PORTNAME= jpeg PORTVERSION= 8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.ijg.org/files/ \ http://sylvana.net/jpegcrop/:exif DISTNAME= jpegsrc.v${DISTVERSION2} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ jpegexiforient.c:exif exifautotran.txt:exif -DIST_SUBDIR= ${PORTNAME}${DISTVERSION2}2 +DIST_SUBDIR= ${PORTNAME}${DISTVERSION2} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= dinoex@FreeBSD.org @@ -23,7 +19,7 @@ COMMENT= IJG's jpeg compression utilities CONFLICTS= libjpeg-turbo-[0-9]* WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION2} -DISTVERSION2= 8b +DISTVERSION2= 8d USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-shared --enable-static |