mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
22 lines
492 B
Makefile
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>
|