mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
22 lines
399 B
Makefile
22 lines
399 B
Makefile
PORTNAME= slides
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.9.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= misc
|
|
PKGNAMESUFFIX= -presentation-tool
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Terminal based presentation tool
|
|
WWW= https://github.com/maaslalani/slides
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/maaslalani/slides
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|