1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/x11/libICE/Makefile
Emmanuel Vadot 4fb79974aa x11/libICE: Update to 1.1.1
Release notes:	https://lists.x.org/archives/xorg-announce/2022-December/003288.html

Differential Revision:	https://reviews.freebsd.org/D44952
Sponsored by:		Beckhoff Automation GmbH & Co. KG
2024-04-30 08:11:33 +02:00

19 lines
384 B
Makefile

PORTNAME= libICE
PORTVERSION= 1.1.1
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Inter Client Exchange library for X11
WWW= https://www.freedesktop.org/wiki/Software/xlibs/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe tar:xz xorg xorg-cat:lib
USE_XORG= xorgproto xtrans
INSTALL_TARGET= install-strip
CPE_VENDOR= freedesktop
.include <bsd.port.mk>