mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
c7898c4115
Approved by: portmgr (blanket)
21 lines
498 B
Makefile
21 lines
498 B
Makefile
PORTNAME= gsm
|
|
DISTVERSION= 1.0.22
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.quut.com/gsm/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Audio converter and library for converting u-law to gsm encoding
|
|
WWW= https://www.quut.com/gsm/
|
|
|
|
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
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
WRKSRC= ${WRKDIR}/gsm-1.0-pl22
|
|
|
|
.include <bsd.port.mk>
|