freebsd-ports/x11/libXrandr/Makefile
Niclas Zeising 4ae780727c x11/libXrandr: Update to 1.5.2
Update x11/libXrandr to 1.5.2
This is a maintenance release, containing fixes to the build system and
updates for the freedesktop.org gitlab move.

pet portlint by moving USES= earlier
INSTALL_TARGET=install-strip to strip binaries and libraries

Changelog:
https://lists.x.org/archives/xorg-announce/2019-March/002979.html

Sponsored by:	B3 Init
2019-06-16 20:37:42 +00:00

23 lines
392 B
Makefile

# 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_CAT= lib
USE_XORG= x11 xext xrender xorgproto
CPE_VENDOR= x
CPE_PRODUCT= libxrandr
INSTALL_TARGET= install-strip
.include <bsd.port.mk>