Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/audio/afsp/Makefile
16125 views
# Created by: Kawaguti Ginga <[email protected]>

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

MAINTAINER=	[email protected]
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>