mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
4fb79974aa
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
19 lines
384 B
Makefile
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>
|