summaryrefslogtreecommitdiff
path: root/x11/libXdamage/Makefile
blob: 4908de6872a38bd74dcb9547f96a1d61b0e758c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	libXdamage
PORTVERSION=	1.1.5
CATEGORIES=	x11

MAINTAINER=	x11@FreeBSD.org
COMMENT=	X Damage extension library
WWW=		https://www.freedesktop.org/wiki/Software/xlibs/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		xorg xorg-cat:lib
USE_XORG=	x11 xfixes xorgproto

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>