aboutsummaryrefslogtreecommitdiff
path: root/x11/libXpresent/Makefile
blob: cb265302994b4ccf9822f8ae49f0c68a91b9d249 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 xorg-cat:lib
USE_XORG=	x11 xfixes xext xorgproto xrandr

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>