1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- convert to stage

- add LICENSE
- fix tab to space in pkg-plist WWW
This commit is contained in:
Diane Bruce 2013-12-29 21:32:15 +00:00
parent 1f62db5419
commit 6efb941c7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338046
3 changed files with 7 additions and 7 deletions

View File

@ -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>

View File

@ -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/

2
cad/basicdsp/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/basicdsp
man/man1/basicdsp.1.gz