mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- portlint
- fix plist [1] Noticed by: krismail [1]
This commit is contained in:
parent
b4b077fb16
commit
9b0d770a03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173812
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= lame
|
||||
PORTVERSION= 3.97
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
ftp://ftp.fu-berlin.de/unix/sound/%SUBDIR%/
|
||||
@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= lame
|
||||
MAINTAINER= netchild@FreeBSD.org
|
||||
COMMENT= ISO code based fast MP3 encoder kit
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest
|
||||
@ -28,7 +29,7 @@ DOC_FILES= API LICENSE README TODO USAGE
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
.if ${ARCH} == "i386"
|
||||
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
||||
.endif
|
||||
|
||||
|
@ -2,6 +2,7 @@ bin/lame
|
||||
bin/mp3rtp
|
||||
include/lame/lame.h
|
||||
lib/libmp3lame.a
|
||||
lib/libmp3lame.la
|
||||
lib/libmp3lame.so
|
||||
lib/libmp3lame.so.0
|
||||
%%PORTDOCS%%%%DOCSDIR%%/API
|
||||
|
Loading…
Reference in New Issue
Block a user