freebsd-ports/graphics/linux-c7-tiff/Makefile
Tijl Coosemans 5001d8cb7b Fix source distfile name.
PR:		214221
2016-11-05 13:44:27 +00:00

26 lines
765 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= tiff
PORTVERSION= 4.0.3
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})
CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]*
LINUX_NAME= lib${PORTNAME}
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>