mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
a234e43dd7
- Upgrade all linux-c6- to CentOS 6.7 - Cleanups PR: 205846 Submitted by: xmj In Collaboration with: allanjude, netchild, xmj Exp-run: antoine Sponsored by: Perceivon Hosting Inc. Differential Revision: D3428 We'd like to thanks for all the feedback and comments.
28 lines
656 B
Makefile
28 lines
656 B
Makefile
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cairo
|
|
PORTVERSION= 1.8.8
|
|
PORTREVISION= 4
|
|
CATEGORIES= graphics linux
|
|
MASTER_SITES= CENTOS_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]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX= c6
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= fontconfig png xorglibs
|
|
|
|
RPMVERSION= 6.el6_6
|
|
USE_LDCONFIG= yes
|
|
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/cairo-${PORTVERSION}
|
|
PORTDOCS= AUTHORS BIBLIOGRAPHY BUGS COPYING COPYING-LGPL-2.1 \
|
|
COPYING-MPL-1.1 NEWS README
|
|
|
|
.include <bsd.port.mk>
|