diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-26 17:03:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-26 17:03:22 +0800 |
commit | e5653471178b87a4436f55856af24fd6b248f7e6 (patch) | |
tree | 522386ca0ef894d85eae7795dc62f2cebfdff746 /x11 | |
parent | e5d2ab1961754f8676b341864c3c1fccc57273d8 (diff) | |
download | freebsd-ports-gnome-e5653471178b87a4436f55856af24fd6b248f7e6.tar.gz freebsd-ports-gnome-e5653471178b87a4436f55856af24fd6b248f7e6.tar.zst freebsd-ports-gnome-e5653471178b87a4436f55856af24fd6b248f7e6.zip |
- Add LICENSE
- Add WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86rushproto/Makefile | 3 | ||||
-rw-r--r-- | x11/xf86rushproto/pkg-descr | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/x11/xf86rushproto/Makefile b/x11/xf86rushproto/Makefile index ced306f81f11..b380b1c18eb3 100644 --- a/x11/xf86rushproto/Makefile +++ b/x11/xf86rushproto/Makefile @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-Rush extension headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto .include <bsd.port.mk> diff --git a/x11/xf86rushproto/pkg-descr b/x11/xf86rushproto/pkg-descr index 802b9e51f153..b5f1b23c0ef8 100644 --- a/x11/xf86rushproto/pkg-descr +++ b/x11/xf86rushproto/pkg-descr @@ -1 +1,3 @@ This package contains X.Org XFree86-Rush extension headers. + +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |