1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/amrcoder/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

22 lines
492 B
Makefile

# Created by: Andrew Wingorodov (Wingborn) <programmer@coolsoft.ru>
# $FreeBSD$
PORTNAME= amrcoder
PORTVERSION= 1.0
CATEGORIES= audio
MASTER_SITES= http://ftp.us.sinuspl.net/pub/src/ \
http://ftp.uni-erlangen.de/pub/FreeBSD/ports/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= AMR encoder/decoder for Mbuni MMS Gateway (www.mbuni.org)
USES= uidfix tar:tgz
post-extract:
@${RM} ${WRKSRC}/*.o
post-patch:
${REINPLACE_CMD} -e 's|-O4||' ${WRKSRC}/${MAKEFILE}
.include <bsd.port.mk>