freebsd-ports/audio/afsp/Makefile

22 lines
448 B
Makefile
Raw Normal View History

# 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
2003-02-21 12:08:38 +01:00
COMMENT= Audio file conversion utilities and library
USES= gmake
MAKE_JOBS_UNSAFE= yes
MAKE_ARGS= COPTS="${CFLAGS}"
2001-12-16 07:49:53 +01:00
post-extract:
@${CP} -f ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>