freebsd-ports/audio/boca/Makefile
Alexey Dokuchaev 62481c8986 audio/boca: update the port to version 1.0.7
Some components had been marked as obsolete and no longer
enabled by default, reconnect them to the build so we get
complete suite.

Reported by:	portscout
2023-03-11 12:19:24 +00:00

30 lines
739 B
Makefile

PORTNAME= ${GH_PROJECT:tl}
PORTVERSION= 1.0.7
DISTVERSIONPREFIX= v
CATEGORIES= audio
MAINTAINER= danfe@FreeBSD.org
COMMENT= Audio component collection and framework
WWW= https://github.com/enzo1982/BoCA
LICENSE= GPLv2+
LIB_DEPENDS= libcdio.so:sysutils/libcdio \
libcdio_cdda.so:sysutils/libcdio-paranoia \
libexpat.so:textproc/expat2 \
libsmooth-0.9.so:devel/smooth \
liburiparser.so:net/uriparser \
libxspf.so:multimedia/libxspf
USES= gmake localbase
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= enzo1982
GH_PROJECT= BoCA
MAKE_ARGS= config=systemlibxspf USE_WINE=False
post-patch:
@${REINPLACE_CMD} -e 's,INSTALL_DATA,BSD_INSTALL_LIB,' \
${WRKSRC}/Makefile-commands ${WRKSRC}/runtime/Makefile
.include <bsd.port.mk>