diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 11:38:02 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 11:38:02 +0000 |
commit | 8431d7f07e988b87c6068956af4f32c8e86009d0 (patch) | |
tree | a72e6a1012246d74ccfd6a024771a7f18adad169 | |
parent | 94530efae5c0f7cc48be587d582fe7495e789b0d (diff) |
audio/lame: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | audio/lame/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 6bae97c986f9..3c49c401b284 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -12,10 +12,11 @@ COMMENT= Fast MP3 encoder kit LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake iconv libtool +USES= cpe gmake iconv libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest +CPE_VENDOR= lame_project DOC_FILES= API LICENSE README TODO USAGE |