freebsd-ports/net/libilbc/Makefile
Bryan Drewery 69d5e85c26 Default the WRKSRC to the proper extracted name for USE_GITHUB when
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
2015-03-20 07:25:43 +00:00

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>