diff options
Diffstat (limited to 'audio/akode/Makefile')
-rw-r--r-- | audio/akode/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/akode/Makefile b/audio/akode/Makefile index a6d3d6ab1c23..bc2ab55830fd 100644 --- a/audio/akode/Makefile +++ b/audio/akode/Makefile @@ -71,8 +71,12 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_src_resampler.so:${PORTSDIR}/audio/akode RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_xiph_decoder.so:${PORTSDIR}/audio/akode-plugins-xiph .endif -pre-configure: - ${ECHO_CMD} "akode" > ${WRKSRC}/inst-apps +do-build: + cd ${WRKSRC}/arts/runtime && gmake + cd ${WRKSRC}/akode && gmake + +do-install: + cd ${WRKSRC}/akode && gmake install .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.post.mk> |