diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-01-26 11:18:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-01-26 11:18:51 +0000 |
commit | ff605004473d3bad7765e0e026691c5acfda1f93 (patch) | |
tree | 80eb7688b99358fe46b96ed7012a1128be44321a /audio/pure-audio | |
parent | d02e1fb0bb02159a86c87fdd68f95b3b34917dce (diff) |
Notes
Diffstat (limited to 'audio/pure-audio')
-rw-r--r-- | audio/pure-audio/Makefile | 24 | ||||
-rw-r--r-- | audio/pure-audio/distinfo | 4 |
2 files changed, 6 insertions, 22 deletions
diff --git a/audio/pure-audio/Makefile b/audio/pure-audio/Makefile index 1807b9314e87..759d7f22a886 100644 --- a/audio/pure-audio/Makefile +++ b/audio/pure-audio/Makefile @@ -7,26 +7,18 @@ PORTNAME= pure-audio PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio -MASTER_SITES= http://pure-lang.googlecode.com/files/ MAINTAINER= lichray@gmail.com COMMENT= A digital audio interface for the Pure language -LIB_DEPENDS+= pure.7:${PORTSDIR}/lang/pure \ - portaudio.2:${PORTSDIR}/audio/portaudio2 \ +LIB_DEPENDS= portaudio.2:${PORTSDIR}/audio/portaudio2 \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ sndfile.1:${PORTSDIR}/audio/libsndfile \ fftw3:${PORTSDIR}/math/fftw3 -#RUN_DEPENDS+= ${LOCALBASE}/lib/pure/ffi.pure:${PORTSDIR}/devel/pure-ffi - -LICENSE_FILE= ${WRKSRC}/COPYING - -USE_GMAKE= yes - -MAKE_ARGS+= prefix=${PREFIX} CPPFLAGS+=-I${LOCALBASE}/include LDFLAGS+=-L${LOCALBASE}/lib CFLAGS="${CFLAGS}" +USE_PURE= yes post-patch: ${REINPLACE_CMD} \ @@ -34,14 +26,6 @@ post-patch: -e "s|portaudio.h|portaudio2/portaudio.h|g" \ ${WRKSRC}/Makefile -PORTEXAMPLES= * - .include <bsd.port.pre.mk> - -post-install: -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) -.endif - +.include "${PORTSDIR}/lang/pure/bsd.pure.mk" .include <bsd.port.post.mk> diff --git a/audio/pure-audio/distinfo b/audio/pure-audio/distinfo index cd131f6af792..196b501e667b 100644 --- a/audio/pure-audio/distinfo +++ b/audio/pure-audio/distinfo @@ -1,2 +1,2 @@ -SHA256 (pure-audio-0.4.tar.gz) = f6d96436415805778fb138fb7efe7588c9460e4f5bf26b50e2ec9b73d2564d38 -SIZE (pure-audio-0.4.tar.gz) = 38730 +SHA256 (pure/pure-audio-0.4.tar.gz) = 81032a0f4f9fcd24bdf498828bd90ab237fb0cb91d179a92025effd7f1d21b82 +SIZE (pure/pure-audio-0.4.tar.gz) = 38558 |