Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
22 lines
478 B
Makefile
22 lines
478 B
Makefile
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cairo
|
|
PORTVERSION= 1.14.8
|
|
CATEGORIES= graphics linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Vector graphics library Cairo (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
RPMVERSION= 2.el7
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= dri fontconfig pixman png xorglibs
|
|
USE_LINUX_RPM= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|