freebsd-ports/audio/gsm/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

29 lines
758 B
Makefile

# New ports collection makefile for: gsm
# Date created: 5 January 1995
# Whom: pst
#
# $FreeBSD$
#
PORTNAME= gsm
PORTVERSION= 1.0.12
CATEGORIES= audio
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/
MAINTAINER= ports@FreeBSD.org
COMMENT= Audio converter and library for converting u-law to gsm encoding
WRKSRC= ${WRKDIR}/gsm-1.0-pl12
USE_LDCONFIG= 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>