Files
2025-05-16 07:56:34 +00:00

24 lines
394 B
Makefile

COMMENT = lightweight tool offering better readability of web pages
V = 0.5.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>