blob: ce6a4467159343e5c1e63622b914ef069355d5da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= libtiff
PORTVERSION= 4.4.0
DISTVERSIONSUFFIX= -12.el9
PORTREVISION= 3
CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Library routines for working with TIFF images (Rocky Linux ${LINUX_DIST_VER})
WWW= http://www.simplesystems.org/libtiff/
USES= cpe linux:rl9
USE_LDCONFIG= yes
USE_LINUX= jbigkit jpeg webp
USE_LINUX_RPM= yes
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${.CURDIR}/../tiff/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|