freebsd-ports/audio/gsm/Makefile

31 lines
785 B
Makefile
Raw Normal View History

1995-04-11 21:46:58 +02:00
# New ports collection makefile for: gsm
# Date created: 5 January 1995
# Whom: pst
#
1999-08-25 06:36:31 +02:00
# $FreeBSD$
#
PORTNAME= gsm
2006-08-11 22:55:54 +02:00
PORTVERSION= 1.0.12
PORTREVISION= 1
CATEGORIES= audio
2006-08-11 22:55:54 +02:00
MASTER_SITES= http://kbs.cs.tu-berlin.de/~jutta/gsm/ \
ftp://ftp.dvo.ru/pub/Gentoo/distfiles/ \
ftp://ftp.gbnet.net/pub/digium/telephony/gnophone/ \
ftp://216.27.40.102/pub/gnophone/ \
ftp://ftp.gin.cz/pub/mirrors/ftp.digium.com/pub/telephony/gnophone/ \
ftp://ftp.ip.pt/.disk1/finkmirrors/distfiles/
1995-04-11 21:46:58 +02:00
MAINTAINER= hideo@lastamericanempire.com
2003-02-20 18:07:10 +01:00
COMMENT= Audio converter and library for converting u-law to gsm encoding
2006-08-11 22:55:54 +02:00
WRKSRC= ${WRKDIR}/gsm-1.0-pl12
USE_LDCONFIG= yes
MAN1= toast.1
MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3
1998-09-19 02:37:29 +02:00
MLINKS= toast.1 untoast.1 toast.1 tcat.1
.include <bsd.port.mk>