diff options
author | Diane Bruce <db@FreeBSD.org> | 2013-12-29 21:32:15 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2013-12-29 21:32:15 +0000 |
commit | 6efb941c7e5fdeccfea43085e6489a00302e918e (patch) | |
tree | d0a1d5015cebb16a1761074b89f1cf7dd78c91e2 | |
parent | 1f62db5419933a841c724df2ed5452594c09df53 (diff) |
Notes
-rw-r--r-- | cad/basicdsp/Makefile | 10 | ||||
-rw-r--r-- | cad/basicdsp/pkg-descr | 2 | ||||
-rw-r--r-- | cad/basicdsp/pkg-plist | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/cad/basicdsp/Makefile b/cad/basicdsp/Makefile index 1487ca232d06..f938801ab548 100644 --- a/cad/basicdsp/Makefile +++ b/cad/basicdsp/Makefile @@ -13,20 +13,18 @@ EXTRACT_SUFX= .tgz MAINTAINER= db@FreeBSD.org COMMENT= A program for experimenting with simple audio DSP algorithms +LICENSE= GPLv2 + USE_DOS2UNIX= yes USE_WX= 2.6+ WX_UNICODE= yes WX_COMPS= wx wx:build wx:run -PLIST_FILES= bin/basicdsp -MAN1= basicdsp.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%WX_CONFIG%%|${WX_CONFIG}|g' ${WRKSRC}/Makefile do-install: - ${INSTALL_MAN} ${WRKSRC}/basicdsp.1 ${MANPREFIX}/man/man1/basicdsp.1 - ${INSTALL_PROGRAM} ${WRKSRC}/basicdsp ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/basicdsp.1 ${STAGEDIR}${MANPREFIX}/man/man1/basicdsp.1 + ${INSTALL_PROGRAM} ${WRKSRC}/basicdsp ${STAGEDIR}${PREFIX}/bin/basicdsp .include <bsd.port.mk> diff --git a/cad/basicdsp/pkg-descr b/cad/basicdsp/pkg-descr index 52e9cdbca222..cc2f315ab266 100644 --- a/cad/basicdsp/pkg-descr +++ b/cad/basicdsp/pkg-descr @@ -4,4 +4,4 @@ be taken from the sound card, or be a locally generated sine wave, white noise or impulse signal. The output is fed to the sound card, as well as to a virtual oscilloscope and spectrum analyzer. -WWW: http://wwwhome.cs.utwente.nl/~ptdeboer/ham/basicdsp/ +WWW: http://wwwhome.cs.utwente.nl/~ptdeboer/ham/basicdsp/ diff --git a/cad/basicdsp/pkg-plist b/cad/basicdsp/pkg-plist new file mode 100644 index 000000000000..e64b538e1c79 --- /dev/null +++ b/cad/basicdsp/pkg-plist @@ -0,0 +1,2 @@ +bin/basicdsp +man/man1/basicdsp.1.gz |