aboutsummaryrefslogtreecommitdiff
path: root/x11/libXrandr/Makefile
blob: f859d99003e9066b1fe021a2150a8be7f1946f38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$

PORTNAME=	libXrandr
PORTVERSION=	1.5.2
CATEGORIES=	x11

MAINTAINER=	x11@FreeBSD.org
COMMENT=	X Resize and Rotate extension library

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		cpe xorg xorg-cat:lib
USE_XORG=	x11 xext xrender xorgproto
CPE_VENDOR=	x
CPE_PRODUCT=	libxrandr

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>