mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8908492156
PR: 18916 Submitted by: Kawaguti Ginga <ginga@athena.club.ne.jp>
32 lines
819 B
Makefile
32 lines
819 B
Makefile
# New ports collection makefile for: AFsp
|
|
# Date created: 30 May 2000
|
|
# Whom: Kawaguti Ginga <ginga@athena.club.ne.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= afsp
|
|
PORTVERSION= 4.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.tsp.ece.mcgill.ca/pub/AFsp/
|
|
DISTNAME= AFsp-v4r3
|
|
|
|
MAINTAINER= ginga@athena.club.ne.jp
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= AFsp.1audio CompAudio.1audio CopyAudio.1audio FiltAudio.1audio \
|
|
GenNoise.1audio GenTone.1audio InfoAudio.1audio LPanal.1audio \
|
|
LPsyn.1audio ResampAudio.1audio
|
|
MAN3= AFclose.3tsp AFopenRead.3tsp AFopenWrite.3tsp AFreadData.3tsp \
|
|
AFsetFileType.3tsp AFsetHinfo.3tsp AFwriteData.3tsp AFsetNHpar.3tsp
|
|
|
|
post-extract:
|
|
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
post-patch:
|
|
cd ${WRKSRC} && find . -name Makefile | \
|
|
xargs -n10 ${PERL} -i -pe 's/^(CFLAGS\s*)=\s*-O/$$1+=/'
|
|
|
|
.include <bsd.port.mk>
|