1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/audio/afsp/Makefile
Gleb Popov 487cc0fe64 audio/*: Move manpages to share/man
Approved by:	portmgr (blanket)
2024-02-18 16:28:04 +03:00

20 lines
396 B
Makefile

PORTNAME= afsp
PORTVERSION= 8.2
PORTREVISION= 1
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>