freebsd-ports/audio/libg722/Makefile
Daniel Engberg 2af517575e audio/libg722: Update to latest commit and switch to CMake
Switch to CMake as it cleans up (simplifies) Makefile

PR:		276169
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2024-01-22 20:58:36 +01:00

23 lines
459 B
Makefile

PORTNAME= libg722
DISTVERSIONPREFIX= v_
DISTVERSION= 1_0_3-11
DISTVERSIONSUFFIX= -gf29ac9b
CATEGORIES= audio
MAINTAINER= ports@sippysoft.com
COMMENT= Software G.722 decoding/encoding library
LICENSE= PUBLIC_DOMAIN
LICENSE_NAME= ${LICENSE:S/_/ /}
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= cmake
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= sippy
TEST_TARGET= test
.include <bsd.port.mk>