aea21b3b36
*_DEPENDS. Helper variables derived from the loop variable aren't expanded causing *_DEPENDS to be incorrect. - Bump all ports with more than one value in USE_LINUX. PR: 211645 Reported by: jkim
23 lines
551 B
Makefile
23 lines
551 B
Makefile
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cairo
|
|
PORTVERSION= 1.8.8
|
|
PORTREVISION= 6
|
|
CATEGORIES= graphics linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Vector graphics library Cairo (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
CONFLICTS= linux-cairo-[0-9]* linux-f10-cairo-[0-9]*
|
|
|
|
RPMVERSION= 6.el6_6
|
|
USES= linux:c6
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= fontconfig pixman png xorglibs
|
|
USE_LINUX_RPM= yes
|
|
|
|
PORTDOCS= AUTHORS BIBLIOGRAPHY BUGS COPYING COPYING-LGPL-2.1 \
|
|
COPYING-MPL-1.1 NEWS README
|
|
|
|
.include <bsd.port.mk>
|