9d7609dfea
PR: ports/66689 Submitted by: Ginga Kawaguti <ginga-freebsd@ginganet.org> (maintainer)
32 lines
868 B
Makefile
32 lines
868 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= 8.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.tsp.ece.mcgill.ca/pub/AFsp/
|
|
DISTNAME= AFsp-v8r0
|
|
|
|
MAINTAINER= ginga-freebsd@ginganet.org
|
|
COMMENT= Audio file conversion utilities and library
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= AFsp.1audio CompAudio.1audio CopyAudio.1audio FiltAudio.1audio \
|
|
GenNoise.1audio GenTone.1audio InfoAudio.1audio LPanal.1audio \
|
|
LPsyn.1audio PQevalAudio.1audio ResampAudio.1audio
|
|
MAN3= AFclose.3tsp AFdReadData.3tsp AFdWriteData.3tsp AFfReadData.3tsp \
|
|
AFfWriteData.3tsp AFopnRead.3tsp AFopnWrite.3tsp AFsetFileType.3tsp \
|
|
AFsetInfo.3tsp AFsetNHpar.3tsp AFsetSpeaker.3tsp
|
|
|
|
MAKE_ARGS= COPTS="${CFLAGS}"
|
|
|
|
post-extract:
|
|
@${CP} -f ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|