1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/gsm/Makefile
Martin Matuska 14e3db4585 - Mark MAKE_JOBS_SAFE for SMP compiling
PR:		ports/133013
Approved by:	maintainer (timeout)
2009-05-24 18:48:51 +00:00

32 lines
833 B
Makefile

# New ports collection makefile for: gsm
# Date created: 5 January 1995
# Whom: pst
#
# $FreeBSD$
#
PORTNAME= gsm
PORTVERSION= 1.0.13
CATEGORIES= audio
MASTER_SITES= http://user.cs.tu-berlin.de/~jutta/gsm/ \
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/
MAINTAINER= hideo@lastamericanempire.com
COMMENT= Audio converter and library for converting u-law to gsm encoding
WRKSRC= ${WRKDIR}/gsm-1.0-pl13
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
MAN1= toast.1
MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3
MLINKS= toast.1 untoast.1 toast.1 tcat.1
.include <bsd.port.mk>