f42ac5431d
Obtained from: Xorg devel repo
19 lines
369 B
Makefile
19 lines
369 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libXrandr
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Resize and Rotate extension library
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 randrproto:both xext xextproto xrender renderproto xproto:both
|
|
USES+= cpe
|
|
CPE_PRODUCT= libxrandr
|
|
CPE_VENDOR= x
|
|
|
|
.include <bsd.port.mk>
|