diff options
author | Lexi Winter <lexi@le-Fay.ORG> | 2024-02-13 07:27:26 +0000 |
---|---|---|
committer | Joel Bodenmann <jbo@FreeBSD.org> | 2024-02-27 03:12:50 +0000 |
commit | b6e0799b0da58f0990c5c57f255e065fa806153b (patch) | |
tree | eeedb1553f0a7ba6dee698b4e8882e90b649f061 | |
parent | 79419a7f76e1b532890c3f3ae23c25c9f4205029 (diff) |
multimedia/libmpeg2: Add missing license information
PR: 277017
Approved by: tcberner (mentor), portmgr (blanket)
-rw-r--r-- | multimedia/libmpeg2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile index 30ea551dcafe..140f02bf2d13 100644 --- a/multimedia/libmpeg2/Makefile +++ b/multimedia/libmpeg2/Makefile @@ -1,6 +1,6 @@ PORTNAME= libmpeg2 PORTVERSION= 0.5.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia MASTER_SITES= http://libmpeg2.sourceforge.net/files/ @@ -8,6 +8,9 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Free library for decoding MPEG-2 and MPEG-1 video streams WWW= http://libmpeg2.sourceforge.net/ +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= libtool pathfix GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share |