24 lines
394 B
Makefile
24 lines
394 B
Makefile
COMMENT = lightweight tool offering better readability of web pages
|
|
|
|
V = 0.3.0
|
|
MODGO_MODNAME = github.com/mrusme/reader
|
|
MODGO_VERSION = v${V}
|
|
|
|
DISTNAME = reader-${MODGO_VERSION}
|
|
PKGNAME = reader-${V}
|
|
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = https://xn--gckvb8fzb.com/projects/reader/
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/go
|
|
|
|
WANTLIB += c pthread
|
|
|
|
.include "modules.inc"
|
|
|
|
.include <bsd.port.mk>
|