mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
3164cff536
Approved by: portmgr blanket
25 lines
586 B
Makefile
25 lines
586 B
Makefile
# Created by: pst
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gsm
|
|
PORTVERSION= 1.0.13
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.dvo.ru/pub/Gentoo/distfiles/ \
|
|
http://www.quut.com/gsm/ \
|
|
http://downloads.openwrt.org/sources/
|
|
|
|
MAINTAINER= m.tsatsenko@gmail.com
|
|
COMMENT= Audio converter and library for converting u-law to gsm encoding
|
|
|
|
LICENSE= TU-BERLIN
|
|
LICENSE_NAME= Technische Universitaet Berlin copyright
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
WRKSRC= ${WRKDIR}/gsm-1.0-pl13
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|