forked from Lainports/freebsd-ports
Xlib-based library for the X Present Extension. Assigning maintainership to x11. Reviewed by: zeising Approved by: x11 (zeising) Differential Revision: https://reviews.freebsd.org/D21526
18 lines
301 B
Makefile
18 lines
301 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libXpresent
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Present Extension library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= xorg-cat:lib
|
|
USE_XORG= x11 xfixes xext xorgproto xrandr
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|