--- Makefile.orig 2009-10-24 13:43:00.000000000 +0200 +++ Makefile 2009-10-24 14:21:55.000000000 +0200 @@ -12,8 +12,7 @@ CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR=distfiles -DISTNAME= 30375-${PORTNAME}-${PORTVERSION}.tar.bz2 -EXTRACT_SUFX= # none +DISTFILES= 30375-${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kde@FreeBSD.org COMMENT= Default KDE audio backend @@ -31,7 +30,6 @@ USE_AUTOTOOLS= libtool:22 libltdl USE_BZIP2= yes USE_GMAKE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_LDCONFIG= yes PLIST_SUB+= MACHINE_ARCH=${MACHINE_ARCH} @@ -39,10 +37,10 @@ --with-extra-libs=${LOCALBASE}/lib \ --with-extra-includes=${LOCALBASE}/include -.include +.include .if defined(WITH_FFMPEG) -RUN_DEPENDS= ${LOCALBASE}/lib/libakode_ffmpeg_decoder.so:${PORTSDIR}/audio/akode-plugins-ffmpeg +RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_ffmpeg_decoder.so:${PORTSDIR}/audio/akode-plugins-ffmpeg .endif .if defined(WITH_JACK) @@ -76,10 +74,4 @@ $$(all_libraries) ${PTHREAD_LIBS}|g' \ ${WRKSRC}/akode/akodeplay/Makefile.in -do-build: - cd ${WRKSRC}/akode && ${GMAKE} - -do-install: - cd ${WRKSRC}/akode && ${GMAKE} install - -.include +.include --- patch-akode2 ends here ---