blob: 6653cd53362fa45839a98f2535cdb3f3e5e85b08 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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= ports@FreeBSD.org
COMMENT= AMR encoder/decoder for Mbuni MMS Gateway (www.mbuni.org)
MAN1= amrdecoder.1 amrencoder.1
MANCOMPRESSED= yes
post-extract:
@${RM} ${WRKSRC}/*.o
.include <bsd.port.mk>
|