mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
22 lines
511 B
Makefile
22 lines
511 B
Makefile
# Created by: pst
|
|
|
|
PORTNAME= gsm
|
|
DISTVERSION= 1.0.19
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.quut.com/gsm/ \
|
|
http://downloads.openwrt.org/sources/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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-pl19
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|