diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-20 15:36:05 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-20 15:36:05 +0000 |
commit | 560f2229d8ac91dd6c73f1eb03384fd42e0468eb (patch) | |
tree | f393cbd8b82c8a5ce2c9fd8969ce81c51766787d /graphics/guilib | |
parent | e577a51be548ebfbc3ed01903c39c5605cc814c5 (diff) | |
download | ports-560f2229d8ac91dd6c73f1eb03384fd42e0468eb.tar.gz ports-560f2229d8ac91dd6c73f1eb03384fd42e0468eb.zip |
Notes
Diffstat (limited to 'graphics/guilib')
-rw-r--r-- | graphics/guilib/Makefile | 30 | ||||
-rw-r--r-- | graphics/guilib/distinfo | 1 | ||||
-rw-r--r-- | graphics/guilib/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/guilib/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/guilib/pkg-plist | 18 |
5 files changed, 57 insertions, 0 deletions
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile new file mode 100644 index 000000000000..14fed05f4384 --- /dev/null +++ b/graphics/guilib/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: guilib +# Date created: 20 September 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= guilib +PORTVERSION= 1.1.0 +CATEGORIES= graphics +MASTER_SITES= http://www.devolution.com/~slouken/SDL/projects/GUIlib/src/ +DISTNAME= GUIlib-${PORTVERSION} + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl + +USE_LIBTOOL= yes +USE_GMAKE= yes +INSTALLS_SHLIB= yes + +post-extract: + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|-release \$$\(LT_RELEASE\)||g' + +post-configure: + @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ + ${WRKSRC}/libtool + +.include <bsd.port.mk> diff --git a/graphics/guilib/distinfo b/graphics/guilib/distinfo new file mode 100644 index 000000000000..e1ad9727dcdd --- /dev/null +++ b/graphics/guilib/distinfo @@ -0,0 +1 @@ +MD5 (GUIlib-1.1.0.tar.gz) = 8aa848e35ee0a1444b229f117676c2cf diff --git a/graphics/guilib/pkg-comment b/graphics/guilib/pkg-comment new file mode 100644 index 000000000000..a0c2ea7c789e --- /dev/null +++ b/graphics/guilib/pkg-comment @@ -0,0 +1 @@ +A very simple GUI framework for use with SDL diff --git a/graphics/guilib/pkg-descr b/graphics/guilib/pkg-descr new file mode 100644 index 000000000000..3bb42214eda5 --- /dev/null +++ b/graphics/guilib/pkg-descr @@ -0,0 +1,7 @@ +This is a very simple GUI framework, for use with SDL. It is very flexible, but +is by no means a complete windowing system. Feel free to improve it!! :) + +It contains a C++ GUI class with a very rudimentary C interface, +and a set of useful widget classes. + +WWW: http://www.devolution.com/~slouken/SDL/projects/GUIlib/index.html diff --git a/graphics/guilib/pkg-plist b/graphics/guilib/pkg-plist new file mode 100644 index 000000000000..7e10eb9b3578 --- /dev/null +++ b/graphics/guilib/pkg-plist @@ -0,0 +1,18 @@ +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.a +lib/libGUI.so +lib/libGUI.so.0 +@dirrm include/GUI |