mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
318 B
Makefile
22 lines
318 B
Makefile
COMMENT = art for your TTY
|
|
|
|
MODGO_MODNAME = github.com/mjwhitta/artty
|
|
MODGO_VERSION = v1.6.1
|
|
|
|
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>
|