Date: Fri, 23 Mar 2018 13:57:03 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465358 - head/audio/madplay Message-ID: <201803231357.w2NDv3WL021399@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Mar 23 13:57:03 2018 New Revision: 465358 URL: https://svnweb.freebsd.org/changeset/ports/465358 Log: Remove esound option Modified: head/audio/madplay/Makefile Modified: head/audio/madplay/Makefile ============================================================================== --- head/audio/madplay/Makefile Fri Mar 23 13:51:09 2018 (r465357) +++ head/audio/madplay/Makefile Fri Mar 23 13:57:03 2018 (r465358) @@ -3,7 +3,7 @@ PORTNAME= madplay PORTVERSION= 0.15.2b -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF/mad/${PORTNAME}/${PORTVERSION} \ ftp://ftp.mars.org/pub/mpeg/ @@ -16,19 +16,17 @@ LICENSE= GPLv2 LIB_DEPENDS= libmad.so:audio/libmad \ libid3tag.so:audio/libid3tag +USES= localbase + GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lz +LDFLAGS+= -lz ALL_TARGET= all madtime -OPTIONS_DEFINE= NLS ESOUND -OPTIONS_DEFAULT=ESOUND +OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -ESOUND_USE= GNOME=esound -ESOUND_CONFIGURE_WITH= esd post-install: ${INSTALL_PROGRAM} ${WRKSRC}/madtime ${STAGEDIR}${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803231357.w2NDv3WL021399>