Lines 10-16
Link Here
|
10 |
CATEGORIES= x11-toolkits |
10 |
CATEGORIES= x11-toolkits |
11 |
MASTER_SITES= ${MASTER_SITE_EASYSW} |
11 |
MASTER_SITES= ${MASTER_SITE_EASYSW} |
12 |
MASTER_SITE_SUBDIR= fltk/snapshots |
12 |
MASTER_SITE_SUBDIR= fltk/snapshots |
13 |
DISTNAME= fltk-2.0.x-${SNAPSHOT} |
13 |
DISTNAME= fltk-2.0.x-alpha-${SNAPSHOT} |
14 |
|
14 |
|
15 |
MAINTAINER= tmseck@web.de |
15 |
MAINTAINER= tmseck@web.de |
16 |
COMMENT= Fast Light Toolkit version 2 (development snapshot) |
16 |
COMMENT= Fast Light Toolkit version 2 (development snapshot) |
Lines 28-34
Link Here
|
28 |
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ |
28 |
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ |
29 |
jpeg.11:${PORTSDIR}/graphics/jpeg |
29 |
jpeg.11:${PORTSDIR}/graphics/jpeg |
30 |
|
30 |
|
31 |
SNAPSHOT= r7725 |
31 |
SNAPSHOT= r9166 |
32 |
|
32 |
|
33 |
OPTIONS= FLTK_THREADS "Install with threads support" on \ |
33 |
OPTIONS= FLTK_THREADS "Install with threads support" on \ |
34 |
FLTK_CAIRO "Use cairo as graphics backend" off \ |
34 |
FLTK_CAIRO "Use cairo as graphics backend" off \ |
Lines 84-98
Link Here
|
84 |
.endif |
84 |
.endif |
85 |
|
85 |
|
86 |
.if defined(WITH_FLTK_EXAMPLES) && !defined (NOPORTEXAMPLES) |
86 |
.if defined(WITH_FLTK_EXAMPLES) && !defined (NOPORTEXAMPLES) |
87 |
example_apps= ansiwidget arc bitmap boxtype browser button buttons cairo \ |
87 |
example_apps= ansiwidget arc \ |
88 |
checkers clock color_chooser cube CubeView cursor curve \ |
88 |
bitmap boxtype browser button buttons \ |
89 |
demo doublebuffer drawing drawtiming editor exception \ |
89 |
cairo callbacks checkers clock color_chooser cube \ |
90 |
file_chooser fonts fractals fullscreen gl_overlay glpuzzle \ |
90 |
CubeView cursor curve \ |
91 |
hello image inactive input keyboard label line_style list \ |
91 |
demo doublebuffer drawing drawtiming \ |
92 |
list_visuals mandelbrot menu message monitors navigation \ |
92 |
editor exception \ |
93 |
output pack pixmap progress qubix radio resizable resizealign \ |
93 |
file_chooser fonts fractals fullscreen \ |
94 |
scroll shape sizes symbols tabs threads tile timer \ |
94 |
gl_overlay glpuzzle \ |
95 |
utf valuators wizard |
95 |
hello \ |
|
|
96 |
image image_transform inactive input \ |
97 |
keyboard \ |
98 |
label line_style list list_visuals \ |
99 |
mandelbrot menu message monitors \ |
100 |
navigation \ |
101 |
output \ |
102 |
pack pixmap progress \ |
103 |
qubix \ |
104 |
radio resizable resizealign \ |
105 |
scroll shape sizes subwindow symbols \ |
106 |
tabs threads tile timer \ |
107 |
utf \ |
108 |
valuators wizard |
96 |
example_data= demo.menu |
109 |
example_data= demo.menu |
97 |
example_img= images/ulon.bmp |
110 |
example_img= images/ulon.bmp |
98 |
PORTEXAMPLES= * |
111 |
PORTEXAMPLES= * |