21 lines
318 B
Makefile
21 lines
318 B
Makefile
COMMENT = art for your TTY
|
|
|
|
MODGO_MODNAME = github.com/mjwhitta/artty
|
|
MODGO_VERSION = v1.4.4
|
|
|
|
DISTNAME = artty-${MODGO_VERSION}
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://github.com/mjwhitta/artty
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/go
|
|
|
|
WANTLIB += c pthread
|
|
|
|
.include "modules.inc"
|
|
|
|
.include <bsd.port.mk>
|