diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-04-21 09:03:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-04-21 09:03:45 +0000 |
commit | 76dce7de3f1d7f2a188f5e274b2b7aa3ee1ad9ef (patch) | |
tree | 2ececee3efd2d26abdbd3af23c20cbe2bda56a90 /x11/libICE | |
parent | ecd61ea9891e6adefa6486dddbb5c4b3015bfb74 (diff) |
Notes
Diffstat (limited to 'x11/libICE')
-rw-r--r-- | x11/libICE/Makefile | 3 | ||||
-rw-r--r-- | x11/libICE/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index 9a276bad2dc1..bed36ef6e089 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -10,6 +10,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Inter Client Exchange library for X11 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= lib USE_XORG= xproto:both xtrans INSTALL_TARGET= install-strip diff --git a/x11/libICE/pkg-descr b/x11/libICE/pkg-descr index 718008bed3b4..16e4b5757458 100644 --- a/x11/libICE/pkg-descr +++ b/x11/libICE/pkg-descr @@ -1,3 +1,3 @@ This package contains the Inter Client Exchange library for X11. -WWW: http://www.freedesktop.org/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |