2005-03-08 23:15:23 +00: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
|
2005-10-23 12:38:56 +00:00
|
|
|
MASTER_SITES= http://coolsoft.ru/distfiles/
|
2005-03-08 23:15:23 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2005-10-22 20:04:01 +00:00
|
|
|
MAINTAINER= mail@andr.ru
|
2005-03-08 23:15:23 +00:00
|
|
|
COMMENT= AMR encoder/decoder for Mbuni MMS Gateway (www.mbuni.org)
|
|
|
|
|
|
|
|
MAN1= amrdecoder.1 amrencoder.1
|
|
|
|
|
2005-04-02 08:54:00 +00:00
|
|
|
post-extract:
|
|
|
|
@${RM} ${WRKSRC}/*.o
|
2005-03-26 21:30:05 +00:00
|
|
|
|
2005-04-02 08:54:00 +00:00
|
|
|
.include <bsd.port.mk>
|