Initial import of GUIlib-1.1.0
GUIlib is a very simple GUI framework library. This isn't a full GUI interface library - it's just something quickly whipped up for some demos.
This commit is contained in:
parent
142a735119
commit
c3e41b659e
5 changed files with 83 additions and 0 deletions
19
graphics/GUIlib/Makefile
Normal file
19
graphics/GUIlib/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2001/07/27 09:30:22 zuntum Exp $
|
||||
#
|
||||
|
||||
DISTNAME= GUIlib-1.1.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/
|
||||
|
||||
MAINTAINER= zuntum@netbsd.org
|
||||
HOMEPAGE= http://www.libsdl.org/projects/GUIlib/
|
||||
COMMENT= very simple GUI framework library
|
||||
|
||||
USE_BUILDLINK_ONLY= YES
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
USE_LIBTOOL= YES
|
||||
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
||||
|
||||
.include "../../devel/SDL/buildlink.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
36
graphics/GUIlib/buildlink.mk
Normal file
36
graphics/GUIlib/buildlink.mk
Normal file
|
@ -0,0 +1,36 @@
|
|||
# $NetBSD: buildlink.mk,v 1.1.1.1 2001/07/27 09:30:22 zuntum Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use GUIlib.
|
||||
#
|
||||
# To use this Makefile fragment, simply:
|
||||
#
|
||||
# (1) Optionally define BUILDLINK_DEPENDS.GUIlib to the dependency pattern
|
||||
# for the version of GUIlib desired.
|
||||
# (2) Include this Makefile fragment in the package Makefile,
|
||||
# (3) Add ${BUILDLINK_DIR}/include to the front of the C preprocessor's header
|
||||
# search path, and
|
||||
# (4) Add ${BUILDLINK_DIR}/lib to the front of the linker's library search
|
||||
# path.
|
||||
|
||||
.if !defined(GUIlib_BUILDLINK_MK)
|
||||
GUIlib_BUILDLINK_MK= # defined
|
||||
|
||||
.include "../../mk/bsd.buildlink.mk"
|
||||
|
||||
BUILDLINK_DEPENDS.GUIlib?= GUIlib>=1.1.0
|
||||
DEPENDS+= ${BUILDLINK_DEPENDS.GUIlib}:../../graphics/GUIlib
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.GUIlib=GUIlib
|
||||
BUILDLINK_FILES.GUIlib= include/GUI/*.h
|
||||
BUILDLINK_FILES.GUIlib+= lib/libGUI-*
|
||||
BUILDLINK_FILES.GUIlib+= lib/libGUI.*
|
||||
|
||||
.include "../../devel/SDL/buildlink.mk"
|
||||
|
||||
BUILDLINK_TARGETS.GUIlib= GUIlib-buildlink
|
||||
BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.GUIlib}
|
||||
|
||||
pre-configure: ${BUILDLINK_TARGETS.GUIlib}
|
||||
GUIlib-buildlink: _BUILDLINK_USE
|
||||
|
||||
.endif # GUIlib_BUILDLINK_MK
|
4
graphics/GUIlib/distinfo
Normal file
4
graphics/GUIlib/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2001/07/27 09:30:22 zuntum Exp $
|
||||
|
||||
SHA1 (GUIlib-1.1.0.tar.gz) = 181c47f714775ede5cf7f5545d502f5a311c371c
|
||||
Size (GUIlib-1.1.0.tar.gz) = 164940 bytes
|
2
graphics/GUIlib/pkg/DESCR
Normal file
2
graphics/GUIlib/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
GUIlib is a very simple GUI framework library. This isn't a full GUI interface
|
||||
library - it's just something quickly whipped up for some demos.
|
22
graphics/GUIlib/pkg/PLIST
Normal file
22
graphics/GUIlib/pkg/PLIST
Normal file
|
@ -0,0 +1,22 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/27 09:30:22 zuntum Exp $
|
||||
include/GUI/GUI.h
|
||||
include/GUI/GUI_C.h
|
||||
include/GUI/GUI_area.h
|
||||
include/GUI/GUI_button.h
|
||||
include/GUI/GUI_font.h
|
||||
include/GUI/GUI_generic.h
|
||||
include/GUI/GUI_image.h
|
||||
include/GUI/GUI_menu.h
|
||||
include/GUI/GUI_scroll.h
|
||||
include/GUI/GUI_scrollbar.h
|
||||
include/GUI/GUI_status.h
|
||||
include/GUI/GUI_termwin.h
|
||||
include/GUI/GUI_widget.h
|
||||
include/GUI/GUI_widgets.h
|
||||
lib/libGUI-1.1.so
|
||||
lib/libGUI-1.1.so.0
|
||||
lib/libGUI-1.1.so.0.0
|
||||
lib/libGUI.a
|
||||
lib/libGUI.la
|
||||
lib/libGUI.so
|
||||
@dirrm include/GUI
|
Loading…
Reference in a new issue