Gtk-D: clean up DESCR and add buildlink

This commit is contained in:
Dan Cîrnaț 2020-05-17 20:28:03 +02:00
parent 5c42c43f3b
commit c4fbc3d96e
2 changed files with 12 additions and 21 deletions

View File

@ -1,23 +1,2 @@
TODO: Adjust the following lines from README.md
# GtkD
GtkD is the Digital Mars D programming language OO wrapper for Gtk+ 3.22. GtkD
is release on the LGPL license with additional exceptions.
Please view COPYING for GtkD's license.
## Requirements
- Linux, Windows, or Mac
- Gtk libs
- dmd, gdc or ldc installation
optional:
- OpenGL libs (mesa is fine on Linux)
- GtkGLext 3
## Who are you?
...

12
gtk-d/buildlink3.mk Normal file
View File

@ -0,0 +1,12 @@
# $NetBSD$
BUILDLINK_TREE+= GtkD
.if !defined(GTKD_BUILDLINK3_MK)
GTKD_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.GtkD+= GtkD>=3.9.0
BUILDLINK_PKGSRCDIR.GtkD?= ../../wip/gtk-d
.endif # GTKD_BUILDLINK3_MK
BUILDLINK_TREE+= -GtkD