1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/gonic/Makefile
Baptiste Daroussin 69ae64b998 audio/gonic: update to 0.13.1
While here move gomods into its own files, making the maintenance
easier:

now make gomod-vendor > go-mod.mk will do it
2021-05-13 06:53:47 +02:00

30 lines
508 B
Makefile

PORTNAME= gonic
PORTVERSION= 0.13.1
DISTVERSIONPREFIX= v
CATEGORIES= audio net
MAINTAINER= bapt@FreeBSD.org
COMMENT= Music streaming server / subsonic server API implementation
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libtag.so:audio/taglib
USES= go:modules openal pkgconfig
USE_RC_SUBR= ${PORTNAME}
USE_GITHUB= yes
GH_ACCOUNT= sentriz
GO_TARGET= ./cmd/gonic
.include "${.CURDIR}/go-mod.mk"
USERS= ${PORTNAME}
GROUPS= ${PORTNAME}
PLIST_FILES= bin/gonic
.include <bsd.port.mk>