diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-04-25 17:03:48 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-04-25 17:03:48 +0800 |
commit | c3135a3a4c457a15bff5ac7a5c152d79b15a1ba7 (patch) | |
tree | d6f28eb665629850ffe91481bba4d2987c03f461 /x11 | |
parent | 784923d69b7f4d8e1004a8ebaf8ceccc00991f0f (diff) | |
download | freebsd-ports-gnome-c3135a3a4c457a15bff5ac7a5c152d79b15a1ba7.tar.gz freebsd-ports-gnome-c3135a3a4c457a15bff5ac7a5c152d79b15a1ba7.tar.zst freebsd-ports-gnome-c3135a3a4c457a15bff5ac7a5c152d79b15a1ba7.zip |
- Add LICENSE
- Add WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/resourceproto/Makefile | 3 | ||||
-rw-r--r-- | x11/resourceproto/pkg-descr | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/x11/resourceproto/Makefile b/x11/resourceproto/Makefile index 7f0d91b21997..9a1074c1dd07 100644 --- a/x11/resourceproto/Makefile +++ b/x11/resourceproto/Makefile @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Resource extension headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto post-patch: diff --git a/x11/resourceproto/pkg-descr b/x11/resourceproto/pkg-descr index f8835ba685a5..e62713f93e37 100644 --- a/x11/resourceproto/pkg-descr +++ b/x11/resourceproto/pkg-descr @@ -1 +1,3 @@ This package contains X.Org Resource extension headers. + +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |