mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
add inti-gl 0.9
An Inti binding for GtkGLExt, the Open-GL extension to GTK+
This commit is contained in:
parent
7060137d89
commit
52de6fee7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104596
@ -91,6 +91,7 @@
|
||||
SUBDIR += icegradient
|
||||
SUBDIR += inti
|
||||
SUBDIR += inti-gconf
|
||||
SUBDIR += inti-gl
|
||||
SUBDIR += itk
|
||||
SUBDIR += iwidgets
|
||||
SUBDIR += jx
|
||||
|
57
x11-toolkits/inti-gl/Makefile
Normal file
57
x11-toolkits/inti-gl/Makefile
Normal file
@ -0,0 +1,57 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: intk-gl
|
||||
# Date created: Mar 19, 2004
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= inti-gl
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= inti
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An Inti binding for GtkGLExt, the Open-GL extension to GTK+
|
||||
|
||||
LIB_DEPENDS= inti-1.0.9:${PORTSDIR}/x11-toolkits/inti \
|
||||
gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext
|
||||
|
||||
USE_GL= yes
|
||||
USE_GNOME= gnomehack gnomeprefix
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
PLIST_FILES= lib/libinti-gl-1.0.so lib/libinti-gl-1.0.so.0 \
|
||||
lib/inti-1.0/include/inti-gl-config.h \
|
||||
libdata/pkgconfig/inti-gl-1.0.pc
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= *
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${TOUCH} ${WRKSRC}/inti-gl-config.h.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
|
||||
@${FIND} ${EXAMPLESDIR} -type f | \
|
||||
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
|
||||
@${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \
|
||||
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
|
||||
.endif
|
||||
@${ECHO_CMD} "include/inti-1.0/inti/inti-gl.h" >> ${TMPPLIST}
|
||||
@${FIND} ${PREFIX}/include/inti-1.0/inti/gdk/gl -type f | \
|
||||
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
|
||||
@${ECHO_CMD} "@dirrm include/inti-1.0/inti/gdk/gl/private" >> ${TMPPLIST}
|
||||
@${ECHO_CMD} "@dirrm include/inti-1.0/inti/gdk/gl" >> ${TMPPLIST}
|
||||
@${FIND} ${PREFIX}/include/inti-1.0/inti/gtk/gl -type f | \
|
||||
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
|
||||
@${ECHO_CMD} "@dirrm include/inti-1.0/inti/gtk/gl" >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-toolkits/inti-gl/distinfo
Normal file
2
x11-toolkits/inti-gl/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (inti-gl-0.9.tar.gz) = 434ab59dacc33e85cb12b2cd8f6effde
|
||||
SIZE (inti-gl-0.9.tar.gz) = 496902
|
15
x11-toolkits/inti-gl/files/patch-ltmain.sh
Normal file
15
x11-toolkits/inti-gl/files/patch-ltmain.sh
Normal file
@ -0,0 +1,15 @@
|
||||
--- ltmain.sh.orig Fri Mar 19 14:14:27 2004
|
||||
+++ ltmain.sh Fri Mar 19 14:14:40 2004
|
||||
@@ -5425,10 +5425,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false ; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
7
x11-toolkits/inti-gl/pkg-descr
Normal file
7
x11-toolkits/inti-gl/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Inti-GL is an Inti binding for GtkGLExt, the Open-GL extension to GTK+.
|
||||
|
||||
The GtkGLExt library provides the GDK objects which support OpenGL
|
||||
rendering in GTK. The GtkGLExt library provides the GtkWidget API add-ons
|
||||
to make GTK+ widgets OpenGL-capable.
|
||||
|
||||
WWW: http://inti.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user