724af790c9
Agar is a cross-platform GUI toolkit. Agar provides a base framework and a collection of GUI widgets from which GUI applications can be built. Agar can be styled and themed using a CSS-style engine. Agar applications work seamlessly under X11 (with OpenGL), Windows, MacOS X and SDL 1.2. Agar can also attach to an OpenGL or SDL context and operate as window manager for the application. Agar is compact, efficient, and fully thread-safe. Its functionality can be extended using simple C/C++ class registration interfaces. improvements and ok czarkoff@
18 lines
291 B
Makefile
18 lines
291 B
Makefile
# $OpenBSD: Makefile.inc,v 1.1.1.1 2016/10/10 09:33:17 bentley Exp $
|
|
|
|
V ?= 1.5.0
|
|
DISTNAME ?= agar-$V
|
|
|
|
CATEGORIES ?= x11
|
|
|
|
HOMEPAGE ?= http://libagar.org/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM ?= Yes
|
|
|
|
MASTER_SITES ?= http://stable.hypertriton.com/agar/
|
|
|
|
CONFIGURE_STYLE ?= simple
|
|
|
|
NO_TEST ?= Yes
|