1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/x11/libICE/Makefile
Bernhard Froehlich d1401bdde4
x11/libICE: Add CPE information
Approved by:	portmgr (blanket)
2021-09-10 21:17:26 +00:00

20 lines
371 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
PORTNAME= libICE
PORTVERSION= 1.0.10
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Inter Client Exchange library for X11
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe xorg xorg-cat:lib
USE_XORG= xorgproto xtrans
INSTALL_TARGET= install-strip
CPE_VENDOR= freedesktop
.include <bsd.port.mk>