mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
add gtkglarea--
GtkGLArea-- is a wrapper for the GtkGLArea widget
This commit is contained in:
parent
2cfd59874c
commit
1b8c93992b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51080
@ -41,6 +41,7 @@
|
||||
SUBDIR += gtkextra
|
||||
SUBDIR += gtkextra--
|
||||
SUBDIR += gtkglarea
|
||||
SUBDIR += gtkglarea--
|
||||
SUBDIR += gtkscintilla
|
||||
SUBDIR += gtkstep
|
||||
SUBDIR += gtkstep-pastel
|
||||
|
27
x11-toolkits/gtkglarea--/Makefile
Normal file
27
x11-toolkits/gtkglarea--/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: gtkglarea--
|
||||
# Date created: Dec 5, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gtkglareamm
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://www.ece.ucdavis.edu/~kenelson/gtk-glarea/dist/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk-- \
|
||||
gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea
|
||||
|
||||
USE_GTK= yes
|
||||
USE_MESA= yes
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
|
||||
CONFIGURE_ARGS= --with-lib-GL
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-toolkits/gtkglarea--/distinfo
Normal file
1
x11-toolkits/gtkglarea--/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gtkglareamm-1.1.1.tar.gz) = e9406d7c3be829fbc0af9584c4ed84a5
|
1
x11-toolkits/gtkglarea--/pkg-comment
Normal file
1
x11-toolkits/gtkglarea--/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
GtkGLArea-- is a wrapper for the GtkGLArea widget
|
3
x11-toolkits/gtkglarea--/pkg-descr
Normal file
3
x11-toolkits/gtkglarea--/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
GtkGLArea-- is a wrapper for the GtkGLArea widget
|
||||
|
||||
WWW: http://www.ece.ucdavis.edu/~kenelson/gtk-glarea/
|
8
x11-toolkits/gtkglarea--/pkg-plist
Normal file
8
x11-toolkits/gtkglarea--/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
include/gtkgl--/private/glarea_p.h
|
||||
include/gtkgl--/gdkgl.h
|
||||
include/gtkgl--/glarea.h
|
||||
lib/libgtkglmm.a
|
||||
lib/libgtkglmm.so
|
||||
lib/libgtkglmm.so.1
|
||||
@dirrm include/gtkgl--/private
|
||||
@dirrm include/gtkgl--
|
Loading…
Reference in New Issue
Block a user