git: a7c97a703f0c - main - audio/faad: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Oct 2021 19:27:02 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7c97a703f0c50c09af3a9b6ea6cb16e195e2867 commit a7c97a703f0c50c09af3a9b6ea6cb16e195e2867 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-23 19:26:19 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-23 19:26:19 +0000 audio/faad: Add CPE information Approved by: portmgr (blanket) --- audio/faad/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 8fa1c74a0d0b..8651b46c9fe9 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -11,7 +11,10 @@ COMMENT= MPEG-2 and MPEG-4 AAC audio decoder LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake libtool localbase:ldflags +USES= autoreconf cpe gmake libtool localbase:ldflags +CPE_VENDOR= audiocoding +CPE_PRODUCT= freeware_advanced_audio_decoder_2 + INSTALL_TARGET= install-strip GNU_CONFIGURE= yes