71784a7751
Release notes: https://github.com/JulNadeauCA/libagar/blob/v1.6.0/CHANGELOG.md#160---2020-05-16 ok and additional patch from cwen@
18 lines
283 B
Makefile
18 lines
283 B
Makefile
# $OpenBSD: Makefile.inc,v 1.5 2021/03/01 07:01:02 bentley Exp $
|
|
|
|
V ?= 1.6.0
|
|
DISTNAME ?= agar-$V
|
|
|
|
CATEGORIES ?= x11
|
|
|
|
HOMEPAGE ?= https://libagar.org/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE ?= Yes
|
|
|
|
MASTER_SITES ?= https://stable.hypertriton.com/agar/
|
|
|
|
CONFIGURE_STYLE ?= simple
|
|
|
|
NO_TEST ?= Yes
|