diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-25 19:53:21 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-25 20:28:34 +0000 |
commit | d11b73e6382b326d4ff69fff3a0f6f5f7bb97157 (patch) | |
tree | f5b76d77ae4748b168d7051bd691c3717cd9256c | |
parent | d2d263622ef7d477d8ed479fe927f423c4ae440d (diff) | |
download | ports-d11b73e6382b326d4ff69fff3a0f6f5f7bb97157.tar.gz ports-d11b73e6382b326d4ff69fff3a0f6f5f7bb97157.zip |
audio/aacplusenc: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | audio/aacplusenc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/aacplusenc/Makefile b/audio/aacplusenc/Makefile index da908cec6a7f..2275a1f2f89e 100644 --- a/audio/aacplusenc/Makefile +++ b/audio/aacplusenc/Makefile @@ -10,7 +10,7 @@ DISTFILES= ${DISTNAME:S,-,_,}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= AacPlus v2 command-line encoder -USES= gmake +USES= cpe gmake # Converted from RESTRICTED LICENSE= AACPLUSENC @@ -18,6 +18,8 @@ LICENSE_NAME= aacplusenc LICENSE_TEXT= unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies LICENSE_PERMS= auto-accept +CPE_VENDOR= aacplusenc_project + OPTIONS_DEFINE= FFTW3 OPTIONS_DEFAULT= FFTW3 FFTW3_DESC= Use FFTW3 library for performance |