aboutsummaryrefslogtreecommitdiff
path: root/audio/amrcoder/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-11-28 23:08:03 +0000
committerRene Ladan <rene@FreeBSD.org>2015-11-28 23:08:03 +0000
commit691f434f549a42a69ac50ff23a1543397490f5c5 (patch)
tree918183cc54e747acc95c0517ca51c4874a7ee860 /audio/amrcoder/Makefile
parentde9fd54831b4e86ba3482e9bc7479a1ddcc1c364 (diff)
downloadports-691f434f549a42a69ac50ff23a1543397490f5c5.tar.gz
ports-691f434f549a42a69ac50ff23a1543397490f5c5.zip
Notes
Diffstat (limited to 'audio/amrcoder/Makefile')
-rw-r--r--audio/amrcoder/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/audio/amrcoder/Makefile b/audio/amrcoder/Makefile
deleted file mode 100644
index 7a555fc0f1a2..000000000000
--- a/audio/amrcoder/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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)
-
-BROKEN= No public distfiles
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2015-11-26
-
-USES= uidfix tar:tgz
-
-post-extract:
- @${RM} ${WRKSRC}/*.o
-
-post-patch:
- ${REINPLACE_CMD} -e 's|-O4||' ${WRKSRC}/${MAKEFILE}
-
-.include <bsd.port.mk>