mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
69ae64b998
While here move gomods into its own files, making the maintenance easier: now make gomod-vendor > go-mod.mk will do it
30 lines
508 B
Makefile
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>
|