diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-04-19 17:03:46 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-04-19 17:03:46 +0800 |
commit | db76fb98f9252b34b5c0acfde4ad66fd8046c14b (patch) | |
tree | 4bc9015a2e07c024f8cad4461ee25fa42947ddab /x11 | |
parent | 4206f7b2e9692f711ac201715d90ce5a16739e8f (diff) | |
download | freebsd-ports-gnome-db76fb98f9252b34b5c0acfde4ad66fd8046c14b.tar.gz freebsd-ports-gnome-db76fb98f9252b34b5c0acfde4ad66fd8046c14b.tar.zst freebsd-ports-gnome-db76fb98f9252b34b5c0acfde4ad66fd8046c14b.zip |
- Add LICENSE
- Add WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xineramaproto/Makefile | 3 | ||||
-rw-r--r-- | x11/xineramaproto/pkg-descr | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/x11/xineramaproto/Makefile b/x11/xineramaproto/Makefile index 89d9efa5c87c..acd5cb8798ac 100644 --- a/x11/xineramaproto/Makefile +++ b/x11/xineramaproto/Makefile @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Xinerama extension headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto .include <bsd.port.mk> diff --git a/x11/xineramaproto/pkg-descr b/x11/xineramaproto/pkg-descr index bbaba369a5e0..652cfc958463 100644 --- a/x11/xineramaproto/pkg-descr +++ b/x11/xineramaproto/pkg-descr @@ -1 +1,3 @@ This package contains X.Org Xinerama extension headers. + +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |