69d5e85c26
GH_TAGNAME is defaulted to the new DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX change in r381689. This actually fixes the build for sysutils/zfstools, broken in r381704. With hat: portmgr
22 lines
336 B
Makefile
22 lines
336 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libilbc
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.0.2
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= mva@FreeBSD.org
|
|
COMMENT= Internet Low Bit Rate codec (RFC3951)
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
CONFLICTS= ilbc-r[0-9]*
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= TimothyGu
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|