pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/aubio



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jan 13 16:47:59 UTC 2020

Modified Files:
        pkgsrc/audio/aubio: Makefile

Log Message:
aubio: Simplify, use waf.mk


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/aubio/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/aubio/Makefile
diff -u pkgsrc/audio/aubio/Makefile:1.18 pkgsrc/audio/aubio/Makefile:1.19
--- pkgsrc/audio/aubio/Makefile:1.18    Tue Oct  1 21:48:26 2019
+++ pkgsrc/audio/aubio/Makefile Mon Jan 13 16:47:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/10/01 21:48:26 nia Exp $
+# $NetBSD: Makefile,v 1.19 2020/01/13 16:47:59 nia Exp $
 
 DISTNAME=      aubio-0.4.9
 PKGREVISION=   1
@@ -15,25 +15,16 @@ USE_TOOLS+= pkg-config
 
 PKGCONFIG_OVERRIDE+=   aubio.pc.in
 
-MAKE_FLAGS+=   WAFCMD="${PYTHONBIN} ./waf"
-MAKE_FLAGS+=   WAFOPTS="--disable-tests"
-MAKE_FLAGS+=   MANDIR="${PREFIX}/${PKGMANDIR}"
+WAF_ARGS+=     --disable-tests
 
 TOOL_DEPENDS+= txt2man-[0-9]*:../../converters/txt2man
 
 CPPFLAGS.SunOS+=       -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t
 
-#REPLACE_PYTHON+=      tests/create_tests_source.py
-
-PYTHON_FOR_BUILD_ONLY= yes
-
-do-configure:
-       cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} configure ${MAKE_FLAGS}
-
-post-install:
-       ${MV} ${DESTDIR}${PREFIX}/share/man ${DESTDIR}${PREFIX}/${PKGMANDIR} || ${TRUE}
+PYTHON_FOR_BUILD_ONLY= tool
 
 .include "options.mk"
+.include "../../devel/waf/waf.mk"
 .include "../../audio/libsamplerate/buildlink3.mk"
 .include "../../audio/libsndfile/buildlink3.mk"
 .include "../../devel/swig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index