1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/audio/linux-c7-gsm/Makefile
Tijl Coosemans 46af12750b Add audio/linux-c7-gsm, required by audio/linux-c7-libsndfile.
Reported by:	Elijah Stone <elronnd@elronnd.net>
2020-06-17 10:23:39 +00:00

20 lines
330 B
Makefile

# $FreeBSD$
PORTNAME= gsm
PORTVERSION= 1.0.13
DISTVERSIONSUFFIX= -11.el7
CATEGORIES= audio linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= GSM audio codec (CentOS ${LINUX_DIST_VER})
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>