1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

MHGUI is the GUI widget library used in the C++ version of MakeHuman.

The main idea is to have a small and easy toolkit with a set of special
widgets. Some of this widgets are very special and not available in
other toolkits.

WWW: http://www.dedalo-3d.com/index.php

PR:		ports/111078
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru>
This commit is contained in:
Martin Wilke 2007-04-10 18:55:17 +00:00
parent 1b3031c7fa
commit 38c7ca20d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189706
5 changed files with 82 additions and 0 deletions

View File

@ -415,6 +415,7 @@
SUBDIR += meshviewer
SUBDIR += metacam
SUBDIR += metapixel
SUBDIR += mhgui
SUBDIR += ming
SUBDIR += mingplot
SUBDIR += mirage

37
graphics/mhgui/Makefile Normal file
View File

@ -0,0 +1,37 @@
# New ports collection makefile for: mhgui
# Date created: 31 Mar 2007
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#
PORTNAME= mhgui
PORTVERSION= 0.1
CATEGORIES= graphics
MASTER_SITES= SF
MASTER_SITE_SUBDIR= makehuman
MAINTAINER= amdmi3@amdmi3.ru
COMMENT= GUI widget library for MakeHuman
LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut \
animorph.0:${PORTSDIR}/graphics/animorph \
png.5:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= pkgconfig
USE_LDCONFIG= yes
USE_GL= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
post-patch:
@${REINPLACE_CMD} -e '/^libmhguidocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/^pkgconfigdir =/ s|\$$(libdir)|\$$(exec_prefix)/libdata|' ${WRKSRC}/Makefile.in
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-libmhguidocDATA||' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>

3
graphics/mhgui/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (mhgui-0.1.tar.gz) = d9c335c032bb41feb99bba7f20db0c00
SHA256 (mhgui-0.1.tar.gz) = 79918922cf3706a8a8310b61cdb8a86d4101d960c4cd096e63b2d9aadbf9385f
SIZE (mhgui-0.1.tar.gz) = 330543

6
graphics/mhgui/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
MHGUI is the GUI widget library used in the C++ version of MakeHuman.
The main idea is to have a small and easy toolkit with a set of special
widgets. Some of this widgets are very special and not available in
other toolkits.
WWW: http://www.dedalo-3d.com/index.php

35
graphics/mhgui/pkg-plist Normal file
View File

@ -0,0 +1,35 @@
include/mhgui/AbstractListener.h
include/mhgui/CGUtilities.h
include/mhgui/Camera.h
include/mhgui/Component.h
include/mhgui/Console.h
include/mhgui/Image.h
include/mhgui/ImageData.h
include/mhgui/ImageSlider.h
include/mhgui/ImageSliderSysListener.h
include/mhgui/ImageSysListener.h
include/mhgui/Label.h
include/mhgui/Panel.h
include/mhgui/Point.h
include/mhgui/Rect.h
include/mhgui/Size.h
include/mhgui/TextEntry.h
include/mhgui/TextEntrySysListener.h
include/mhgui/Texture.h
include/mhgui/Tooltip.h
include/mhgui/Widget.h
include/mhgui/Window.h
lib/libmhgui.a
lib/libmhgui.la
lib/libmhgui.so
lib/libmhgui.so.0
libdata/pkgconfig/mhgui.pc
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm include/mhgui