diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-12-06 17:40:33 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-12-06 17:40:33 +0800 |
commit | b099d5d7d19033aceb49b78f9da252d5dbacbcac (patch) | |
tree | 35cb59ec10ad467709a78579de356970e0c73ae8 /audio/snd | |
parent | c1393acd08c90bdcc1044be6aaf25d0d017eaed8 (diff) | |
download | freebsd-ports-gnome-b099d5d7d19033aceb49b78f9da252d5dbacbcac.tar.gz freebsd-ports-gnome-b099d5d7d19033aceb49b78f9da252d5dbacbcac.tar.zst freebsd-ports-gnome-b099d5d7d19033aceb49b78f9da252d5dbacbcac.zip |
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 5 | ||||
-rw-r--r-- | audio/snd/pkg-descr | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index ae91da96eb0c..0684559d1d6e 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -22,16 +22,13 @@ FFTW3_DESC= Use FFTW GSL_DESC= Use GNU Scientific Library S7_DESC= Use S7 as the extension language +USES= localbase:ldflags GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-float-samples MAKEFILE= makefile ALL_TARGET= snd snd-info sndplay MAKE_JOBS_UNSAFE= yes -CFLAGS+= -I${LOCALBASE}/include -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - FFTW3_LIB_DEPENDS= libfftw3.so:math/fftw3 FFTW3_CONFIGURE_WITH= fftw diff --git a/audio/snd/pkg-descr b/audio/snd/pkg-descr index 88ec53a20827..280be2d235a4 100644 --- a/audio/snd/pkg-descr +++ b/audio/snd/pkg-descr @@ -10,4 +10,4 @@ Included with it are some command-line utilities: - sndrecord records sound from a microphone. - audinfo describes the current state of the audio hardware. -WWW: http://ccrma.stanford.edu/software/snd/ +WWW: https://ccrma.stanford.edu/software/snd/ |