31 lines
564 B
Makefile
31 lines
564 B
Makefile
PORTNAME= gonic
|
|
PORTVERSION= 0.14.0
|
|
PORTREVISION= 7
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= audio net
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Music streaming server / subsonic server API implementation
|
|
WWW= https://github.com/sentriz/gonic
|
|
|
|
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>
|