mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
46af12750b
Reported by: Elijah Stone <elronnd@elronnd.net>
20 lines
330 B
Makefile
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>
|