1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/audio/amrcoder/Makefile
Jean Milanez Melo 03c2df8136 - Update mastersite.
PR:		ports/122310
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
2008-04-18 15:46:31 +00:00

25 lines
533 B
Makefile

# 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
MASTER_SITES= http://ftp.us.sinuspl.net/pub/src/ \
http://ftp.uni-erlangen.de/pub/FreeBSD/ports/distfiles/
EXTRACT_SUFX= .tgz
MAINTAINER= mail@andr.ru
COMMENT= AMR encoder/decoder for Mbuni MMS Gateway (www.mbuni.org)
MAN1= amrdecoder.1 amrencoder.1
post-extract:
@${RM} ${WRKSRC}/*.o
.include <bsd.port.mk>