aboutsummaryrefslogtreecommitdiffstats
path: root/audio/afsp/Makefile
blob: 07e2583318a279088a3e71148150108068711611 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Kawaguti Ginga <ginga@athena.club.ne.jp>
# $FreeBSD$

PORTNAME=   afsp
PORTVERSION=    8.2
CATEGORIES= audio
MASTER_SITES=   http://www-mmsp.ece.mcgill.ca/Documents/Downloads/AFsp/
DISTNAME=   AFsp-v8r2

MAINTAINER= ginga-freebsd@ginganet.org
COMMENT=    Audio file conversion utilities and library

USES=       gmake
MAKE_JOBS_UNSAFE=   yes

MAKE_ARGS=  COPTS="${CFLAGS}"

post-extract:
    @${CP} -f ${FILESDIR}/Makefile ${WRKSRC}

.include <bsd.port.mk>