diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-07-08 09:07:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-07-08 09:07:38 +0000 |
commit | 9e8735a0fb49ede9ab70f4da2f018755939d6bdb (patch) | |
tree | 123026eded4a067e5156d802d7a4fa4e00853eeb /x11/libXvMC | |
parent | c9ffc800d7bda53f4fd6a912cc2995b6414df4f5 (diff) |
Notes
Diffstat (limited to 'x11/libXvMC')
-rw-r--r-- | x11/libXvMC/Makefile | 5 | ||||
-rw-r--r-- | x11/libXvMC/pkg-descr | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/x11/libXvMC/Makefile b/x11/libXvMC/Makefile index ce65bd4128a6..089b09a1642e 100644 --- a/x11/libXvMC/Makefile +++ b/x11/libXvMC/Makefile @@ -8,9 +8,12 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Video Extension Motion Compensation library +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cpe XORG_CAT= lib USE_XORG= x11 xext xv xextproto videoproto:both xproto:both -USES+= cpe CPE_PRODUCT= libxvmc CPE_VENDOR= x diff --git a/x11/libXvMC/pkg-descr b/x11/libXvMC/pkg-descr index 684ef90fbfad..3c93eca7cf08 100644 --- a/x11/libXvMC/pkg-descr +++ b/x11/libXvMC/pkg-descr @@ -1,3 +1,3 @@ This package contains the X Video Extension library. -WWW: http://www.freedesktop.org/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ |