Last change
on this file was
148026,
checked in by mcalhoun@…, 2 years ago
|
gtkglarea2: fails if gtk2 installed with quartz variant (see #42982)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.6 KB
|
Line | |
---|
1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 148026 2016-04-25 04:46:41Z mcalhoun@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup active_variants 1.1 |
---|
6 | |
---|
7 | name gtkglarea2 |
---|
8 | set gname gtkglarea |
---|
9 | version 2.1.0 |
---|
10 | license LGPL |
---|
11 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
12 | categories x11 devel |
---|
13 | maintainers nomaintainer |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | description GtkGLArea is an OpenGL context provider for GTK+ 2. |
---|
17 | |
---|
18 | long_description ${description} It provides a simple OpenGL rendering canvas \ |
---|
19 | similar in use to GtkDrawingArea. In addition, lower level \ |
---|
20 | objects allow the adding of an OpenGL context to almost any \ |
---|
21 | existing drawable widget and off-screen rendering to pixmap objects. |
---|
22 | |
---|
23 | homepage http://www.mono-project.com/GtkGLArea |
---|
24 | master_sites gnome:sources/${gname}/${branch} |
---|
25 | distname ${gname}-${version} |
---|
26 | |
---|
27 | use_xz yes |
---|
28 | |
---|
29 | checksums rmd160 4672718ad1eb96317c0f98ff52d6b64bc3b90c2a \ |
---|
30 | sha256 8e1e545877d2f5139300b54c2e3bcd70acf7d80a78421a894192186a64db82de |
---|
31 | |
---|
32 | depends_build port:pkgconfig |
---|
33 | depends_lib port:mesa \ |
---|
34 | port:gtk2 |
---|
35 | |
---|
36 | # see #42982 |
---|
37 | require_active_variants gtk2 x11 |
---|
38 | |
---|
39 | configure.args --with-GL-prefix=${prefix} \ |
---|
40 | --with-lib-GL |
---|
41 | |
---|
42 | |
---|
43 | livecheck.type gnome-with-unstable |
---|
44 | livecheck.name ${gname} |
---|
Note: See
TracBrowser
for help on using the repository browser.