aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-c7-tiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/linux-c7-tiff/Makefile')
-rw-r--r--graphics/linux-c7-tiff/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/graphics/linux-c7-tiff/Makefile b/graphics/linux-c7-tiff/Makefile
index 831f27be1f1b..39f6b59bbc77 100644
--- a/graphics/linux-c7-tiff/Makefile
+++ b/graphics/linux-c7-tiff/Makefile
@@ -1,27 +1,21 @@
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
-PORTNAME= tiff
+PORTNAME= libtiff
PORTVERSION= 4.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics linux
-BIN_DISTFILES= ${LINUX_NAME}-tools-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX}
-LIB_DISTFILES= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX}
-SRC_DISTFILES= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE
MAINTAINER= emulation@FreeBSD.org
-COMMENT= TIFF library (Linux CentOS ${LINUX_DIST_VER})
+COMMENT= Library routines for working with TIFF images (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
-LINUX_NAME= lib${PORTNAME}
+DESCR= ${.CURDIR}/../tiff/pkg-descr
RPMVERSION= 25.el7_2
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= jbigkit jpeg
USE_LINUX_RPM= yes
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION}
-
.include <bsd.port.mk>