freebsd-ports/x11/linux-c7-xcb-util-image/Makefile

21 lines
439 B
Makefile
Raw Normal View History

PORTNAME= xcb-util-image
PORTVERSION= 0.4.0
DISTVERSIONSUFFIX= -2.el7
2021-03-04 11:50:29 -05:00
PORTREVISION= 1
CATEGORIES= x11 linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Port of Xlib's XImage and XShmImage functions (Linux CentOS ${LINUX_DIST_VER})
WWW= https://xcb.freedesktop.org/
USES= linux:c7
USE_LDCONFIG= yes
2021-03-04 11:50:29 -05:00
USE_LINUX= xcb-util xorglibs
USE_LINUX_RPM= yes
DESCR= ${.CURDIR:H}/${PORTNAME}/pkg-descr
2021-03-04 11:50:29 -05:00
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>