mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
110f3583b6
Exp-run by: bdrewery
16 lines
269 B
Makefile
16 lines
269 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libICE
|
|
PORTVERSION= 1.0.8
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Inter Client Exchange library for X11
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= xproto:both xtrans
|
|
|
|
.include <bsd.port.mk>
|