2005-03-09 00:15:23 +01:00
|
|
|
# New ports collection makefile for: amrcoder
|
|
|
|
# Date created: 5 March 2005
|
|
|
|
# Whom: Andrew Wingorodov (Wingborn) <programmer@coolsoft.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= amrcoder
|
|
|
|
PORTVERSION= 1.0
|
|
|
|
CATEGORIES= audio
|
2008-04-18 17:46:31 +02:00
|
|
|
MASTER_SITES= http://ftp.us.sinuspl.net/pub/src/ \
|
|
|
|
http://ftp.uni-erlangen.de/pub/FreeBSD/ports/distfiles/
|
2005-03-09 00:15:23 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2008-06-18 09:21:30 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-03-09 00:15:23 +01:00
|
|
|
COMMENT= AMR encoder/decoder for Mbuni MMS Gateway (www.mbuni.org)
|
|
|
|
|
|
|
|
MAN1= amrdecoder.1 amrencoder.1
|
|
|
|
|
2011-04-14 08:26:01 +02:00
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
2005-04-02 10:54:00 +02:00
|
|
|
post-extract:
|
|
|
|
@${RM} ${WRKSRC}/*.o
|
2005-03-26 22:30:05 +01:00
|
|
|
|
2005-04-02 10:54:00 +02:00
|
|
|
.include <bsd.port.mk>
|