Files
ports/x11/libXext/Makefile
Niclas Zeising 0218244e97 x11/libXext: Update to 1.3.4
Update x11/libXext to 1.3.4.
This release contains misc bugfixes, typo fixes and build system
updates.

pet portlint by moving USES and CPE information earlier.
add LICENSE_FILE

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

Sponsored by:	B3 Init
2019-06-16 20:36:24 +00:00

25 lines
424 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libXext
PORTVERSION= 1.3.4
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X11 Extension library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe
XORG_CAT= lib
USE_XORG= x11 xau xorgproto
CPE_VENDOR= x
CPE_PRODUCT= libxext
CONFIGURE_ARGS+=--disable-specs --without-xmlto
INSTALL_TARGET= install-strip
.include <bsd.port.mk>