Prune audio/clementine-player
[dports.git] / audio / afsp / Makefile
1 # Created by: Kawaguti Ginga <ginga@athena.club.ne.jp>
2 # $FreeBSD$
3
4 PORTNAME=       afsp
5 PORTVERSION=    8.2
6 CATEGORIES=     audio
7 MASTER_SITES=   http://www-mmsp.ece.mcgill.ca/Documents/Downloads/AFsp/
8 DISTNAME=       AFsp-v8r2
9
10 MAINTAINER=     ginga-freebsd@ginganet.org
11 COMMENT=        Audio file conversion utilities and library
12
13 USES=           gmake
14 MAKE_JOBS_UNSAFE=       yes
15
16 MAKE_ARGS=      COPTS="${CFLAGS}"
17
18 post-extract:
19         @${CP} -f ${FILESDIR}/Makefile ${WRKSRC}
20
21 .include <bsd.port.mk>