aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authordb <db@FreeBSD.org>2013-12-30 05:32:15 +0800
committerdb <db@FreeBSD.org>2013-12-30 05:32:15 +0800
commit290f8cbb74e1a447e73a44611c48a746de15754c (patch)
treed0a1d5015cebb16a1761074b89f1cf7dd78c91e2 /cad
parentc3fd7d32038245f34cb3ac63670aa4c0a7736cfd (diff)
downloadfreebsd-ports-graphics-290f8cbb74e1a447e73a44611c48a746de15754c.tar.gz
freebsd-ports-graphics-290f8cbb74e1a447e73a44611c48a746de15754c.tar.zst
freebsd-ports-graphics-290f8cbb74e1a447e73a44611c48a746de15754c.zip
- convert to stage
- add LICENSE - fix tab to space in pkg-plist WWW
Diffstat (limited to 'cad')
-rw-r--r--cad/basicdsp/Makefile10
-rw-r--r--cad/basicdsp/pkg-descr2
-rw-r--r--cad/basicdsp/pkg-plist2
3 files changed, 7 insertions, 7 deletions
diff --git a/cad/basicdsp/Makefile b/cad/basicdsp/Makefile
index 1487ca232d0..f938801ab54 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 52e9cdbca22..cc2f315ab26 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 00000000000..e64b538e1c7
--- /dev/null
+++ b/cad/basicdsp/pkg-plist
@@ -0,0 +1,2 @@
+bin/basicdsp
+man/man1/basicdsp.1.gz