summaryrefslogtreecommitdiff
path: root/x11/libXpresent/Makefile
blob: cba31fe70cbdbd16574b316755eb7246f26ebb22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	libXpresent
DISTVERSION=	1.0.1
CATEGORIES=	x11

MAINTAINER=	x11@FreeBSD.org
COMMENT=	X Present Extension library
WWW=		https://gitlab.freedesktop.org/xorg/lib/libxpresent

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		tar:xz xorg xorg-cat:lib
USE_XORG=	x11 xfixes xext xorgproto xrandr

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>