diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-10-27 23:01:29 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-10-27 23:01:29 +0000 |
commit | 4c98e3a5d150a579640223ee21be85c70e005b9c (patch) | |
tree | e5a089ac6a8a9411ff47ab0a5e1c00393120e617 /audio/osalp/Makefile | |
parent | e91ca99d32957a7d74852b25b0451f44a51f81ee (diff) | |
download | ports-4c98e3a5d150a579640223ee21be85c70e005b9c.tar.gz ports-4c98e3a5d150a579640223ee21be85c70e005b9c.zip |
Notes
Diffstat (limited to 'audio/osalp/Makefile')
-rw-r--r-- | audio/osalp/Makefile | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/audio/osalp/Makefile b/audio/osalp/Makefile index 12ebc107ef4f..69cb224414a6 100644 --- a/audio/osalp/Makefile +++ b/audio/osalp/Makefile @@ -7,34 +7,27 @@ # PORTNAME= osalp -PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTVERSION= 0.7.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +BUILD_DEPENDS= lame:${PORTSDIR}/audio/lame \ + mpg123:${PORTSDIR}/audio/mpg123 +LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis \ + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +RUN_DEPENDS= ${BUILD_DEPENDS} -USE_REINPLACE= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" -CONFIGURE_ARGS= --enable-blade --enable-mpg123 --enable-sox +CONFIGURE_ARGS= --enable-all + INSTALLS_SHLIB= yes PLIST_SUB= VERSION=${PORTVERSION} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500035 -BROKEN= "Does not compile on 5.0" -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local/lib/aflib|${PREFIX}/lib/aflib|g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |