mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
ff56f468af
Allow packaging as a user
23 lines
503 B
Makefile
23 lines
503 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/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= AMR encoder/decoder for Mbuni MMS Gateway (www.mbuni.org)
|
|
|
|
USES= uidfix
|
|
|
|
post-extract:
|
|
@${RM} ${WRKSRC}/*.o
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|-O4||' ${WRKSRC}/${MAKEFILE}
|
|
|
|
.include <bsd.port.mk>
|