freebsd-ports/x11/libXpresent/Makefile
Guido Falsi 65f4985fd5 Add libXpresent:
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
2019-09-10 07:10:56 +00:00

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>