freebsd-ports/graphics/linux-c7-cairo/Makefile

22 lines
472 B
Makefile
Raw Normal View History

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= cairo
PORTVERSION= 1.14.2
2017-01-31 17:54:21 +01:00
PORTREVISION= 4
CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Vector graphics library Cairo (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
2017-01-31 17:54:21 +01:00
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
RPMVERSION= 1.el7
USES= linux:c7
USE_LDCONFIG= yes
2016-11-05 13:58:55 +01:00
USE_LINUX= dri fontconfig pixman png xorglibs
USE_LINUX_RPM= yes
.include <bsd.port.mk>