diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-08 05:23:12 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-08 05:23:12 +0000 |
commit | fe59705d049337eefe80b49e096112a91dd1bf50 (patch) | |
tree | 9e0d019373fe19fdaaf549edeb2ed0e51bb94c13 /x11 | |
parent | ab629470f5580d8181981f2b405ced8a44bb9b93 (diff) |
- Add LICENSE_FILE
- Add CPE info
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=385729
Diffstat (limited to 'x11')
-rw-r--r-- | x11/x11perf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/x11perf/Makefile b/x11/x11perf/Makefile index f8a0ee48babd..0cf178ca6d81 100644 --- a/x11/x11perf/Makefile +++ b/x11/x11perf/Makefile @@ -8,8 +8,11 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X11 server performance test program LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING XORG_CAT= app USE_XORG= x11 xmuu xrender xft xext +USES= cpe +CPE_VENDOR= xfree86 .include <bsd.port.mk> |