mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
925e342a40
Bump 43 ports that either depend on wxgtk31 or potentially depend on it. Reported by: portscout
27 lines
686 B
Makefile
27 lines
686 B
Makefile
# Created by: Diane Bruce <db@db.net>
|
|
|
|
PORTNAME= basicdsp
|
|
PORTVERSION= 1.01
|
|
PORTREVISION= 10
|
|
CATEGORIES= cad education hamradio
|
|
MASTER_SITES= http://wwwhome.cs.utwente.nl/~ptdeboer/ham/basicdsp/ \
|
|
LOCAL/db
|
|
|
|
MAINTAINER= db@FreeBSD.org
|
|
COMMENT= Program for experimenting with simple audio DSP algorithms
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= compiler:c++11-lang dos2unix tar:tgz
|
|
USE_WX= 2.8+
|
|
WX_COMPS= wx wx:build wx:run
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%WX_CONFIG%%|${WX_CONFIG}|g' ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_MAN} ${WRKSRC}/basicdsp.1 ${STAGEDIR}${MANPREFIX}/man/man1/basicdsp.1
|
|
${INSTALL_PROGRAM} ${WRKSRC}/basicdsp ${STAGEDIR}${PREFIX}/bin/basicdsp
|
|
|
|
.include <bsd.port.mk>
|