diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-03-22 08:08:48 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-03-22 08:08:48 +0000 |
commit | 8b6915d145342a3154fb5a53c6642d9b52e7fcf6 (patch) | |
tree | 5c6069785faf0c77083b5569e946b3676501e310 /multimedia/x264 | |
parent | 5d93cb65935fbdb1538b8f6de08466dc5ee3b940 (diff) | |
download | ports-8b6915d145342a3154fb5a53c6642d9b52e7fcf6.tar.gz ports-8b6915d145342a3154fb5a53c6642d9b52e7fcf6.zip |
Notes
Diffstat (limited to 'multimedia/x264')
-rw-r--r-- | multimedia/x264/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index 46dde1ca3a1d..105708a5ff9f 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -19,6 +19,9 @@ COMMENT?= Library and tool for encoding H.264/AVC video streams BUILD_DEPENDS= yasm>=0.6.0:${PORTSDIR}/devel/yasm +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + X264_BUILD= 110 X264_REV= 1820 X264_SNAPSHOT= 20101211 |