openbsd-ports/audio/lame/Makefile

44 lines
918 B
Makefile
Raw Normal View History

2010-05-20 05:15:45 -04:00
# $OpenBSD: Makefile,v 1.42 2010/05/20 09:15:45 dcoppa Exp $
COMMENT= lame ain't an MP3 encoder
2010-05-20 05:15:45 -04:00
DISTNAME= lame-3.98.4
SHARED_LIBS= mp3lame 2.0 # .0.1
CATEGORIES= audio
HOMEPAGE= http://lame.sourceforge.net/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2 - patent restriction
PERMIT_PACKAGE_CDROM= MP3 patent, http://mp3licensing.com/royalty/
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= MP3 patent, http://mp3licensing.com/royalty/
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m ncurses
2000-09-13 02:10:42 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lame/}
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-mp3rtp \
--disable-mp3x \
--with-fileio=lame
.if ${MACHINE_ARCH} == "i386"
BUILD_DEPENDS+= ::devel/nasm
CONFIGURE_ARGS+= --enable-nasm
.else
CONFIGURE_ARGS+= --disable-nasm
.endif
MAKE_FLAGS= pkghtmldir=${TRUEPREFIX}/share/doc/lame
.include <bsd.port.mk>