1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- portlint

- fix plist [1]

Noticed by:	krismail [1]
This commit is contained in:
Alexander Leidinger 2006-09-25 17:51:54 +00:00
parent b4b077fb16
commit 9b0d770a03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173812
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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