mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
4c1a399966
Changelog: - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt PR: 246218 Approved by: tcberner (mentor) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D24808
28 lines
687 B
Makefile
28 lines
687 B
Makefile
# Created by: Diane Bruce <db@db.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= basicdsp
|
|
PORTVERSION= 1.01
|
|
PORTREVISION= 9
|
|
CATEGORIES= cad 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>
|