diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-04-14 17:03:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-04-14 17:03:38 +0800 |
commit | 7a990465050580a6c02a3f1d4b485e78d61802ad (patch) | |
tree | 7b4d60a9cc97f7e7c37e44caf7a31299c81afce5 /x11 | |
parent | 842901a4afd4263fc0ae985b53e58aa3dccb0a07 (diff) | |
download | freebsd-ports-graphics-7a990465050580a6c02a3f1d4b485e78d61802ad.tar.gz freebsd-ports-graphics-7a990465050580a6c02a3f1d4b485e78d61802ad.tar.zst freebsd-ports-graphics-7a990465050580a6c02a3f1d4b485e78d61802ad.zip |
- Add LICENSE
- Add WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/renderproto/Makefile | 3 | ||||
-rw-r--r-- | x11/renderproto/pkg-descr | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/x11/renderproto/Makefile b/x11/renderproto/Makefile index ff5359f4998..285e87cf29a 100644 --- a/x11/renderproto/Makefile +++ b/x11/renderproto/Makefile @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= RenderProto protocol headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto .include <bsd.port.mk> diff --git a/x11/renderproto/pkg-descr b/x11/renderproto/pkg-descr index d8c29007860..ec3addda7f7 100644 --- a/x11/renderproto/pkg-descr +++ b/x11/renderproto/pkg-descr @@ -1 +1,3 @@ This package contains X.Org RenderProto protocol headers. + +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |