aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-c7-jpeg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/linux-c7-jpeg/Makefile')
-rw-r--r--graphics/linux-c7-jpeg/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/linux-c7-jpeg/Makefile b/graphics/linux-c7-jpeg/Makefile
index eb9fdc329543..975749c1eef1 100644
--- a/graphics/linux-c7-jpeg/Makefile
+++ b/graphics/linux-c7-jpeg/Makefile
@@ -3,22 +3,21 @@
PORTNAME= jpeg
PORTVERSION= 1.2.90
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics linux
-DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
+DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
-COMMENT= RPM of the JPEG lib (Linux CentOS ${LINUX_DIST_VER})
+COMMENT= SIMD-accelerated JPEG codec (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
-LINUX_NAME= libjpeg-turbo
+DESCR= ${.CURDIR}/../${PORTNAME}-turbo/pkg-descr
+DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
+LINUXNAME= libjpeg-turbo
RPMVERSION= 5.el7
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION}
-
.include <bsd.port.mk>