6d2ad47d08
PR: 216778 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> MFH: 2017Q1 Security: https://rhn.redhat.com/errata/RHSA-2017-0225.html
21 lines
463 B
Makefile
21 lines
463 B
Makefile
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libtiff
|
|
PORTVERSION= 4.0.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Library routines for working with TIFF images (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
|
|
|
|
DESCR= ${.CURDIR}/../tiff/pkg-descr
|
|
RPMVERSION= 27.el7_3
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= jbigkit jpeg
|
|
USE_LINUX_RPM= yes
|
|
|
|
.include <bsd.port.mk>
|