38218e1d68
PR: 286937
19 lines
384 B
Makefile
19 lines
384 B
Makefile
PORTNAME= libICE
|
|
DISTVERSION= 1.1.2
|
|
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>
|