diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-10-18 13:05:57 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-10-18 13:05:57 +0000 |
commit | d42e79a6b2fb045e23e49e79eb03bae679dcbfb0 (patch) | |
tree | da9686848b199ff1fdb46465661e710f1c9b2f51 /graphics | |
parent | f4fcdf1f8f2e4ef4ea5d17124ca50174ebfa11ac (diff) |
Fix WWW
PR: 161618
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=283791
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/glfw/Makefile | 8 | ||||
-rw-r--r-- | graphics/glfw/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/glfw/pkg-plist | 30 |
3 files changed, 31 insertions, 9 deletions
diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile index bc8b5dfff325..0ab213034da8 100644 --- a/graphics/glfw/Makefile +++ b/graphics/glfw/Makefile @@ -23,14 +23,6 @@ INSTALL_TARGET= x11-install USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes -PORTDOCS= * -PORTEXAMPLES= * -PLIST_FILES= include/GL/glfw.h \ - lib/libglfw.a \ - lib/libglfw.so \ - lib/libglfw.so.0 \ - libdata/pkgconfig/libglfw.pc - post-extract: @${CHMOD} ${BINMODE} ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/graphics/glfw/pkg-descr b/graphics/glfw/pkg-descr index 9a11d16e357a..78cdea568b43 100644 --- a/graphics/glfw/pkg-descr +++ b/graphics/glfw/pkg-descr @@ -3,4 +3,4 @@ development. In short, it is a library that constitutes a powerful API for handling operating system specific tasks, such as opening an OpenGL window, reading keyboard and mouse input, creating threads, and much more. -WWW: http://www.glfw..org/ +WWW: http://www.glfw.org/ diff --git a/graphics/glfw/pkg-plist b/graphics/glfw/pkg-plist new file mode 100644 index 000000000000..136d169f8dc9 --- /dev/null +++ b/graphics/glfw/pkg-plist @@ -0,0 +1,30 @@ +include/GL/glfw.h +lib/libglfw.a +lib/libglfw.so +lib/libglfw.so.0 +libdata/pkgconfig/libglfw.pc +%%PORTDOCS%%%%DOCSDIR%%/Reference.pdf +%%PORTDOCS%%%%DOCSDIR%%/UsersGuide.pdf +%%EXAMPLESDIR%%/makefile +%%EXAMPLESDIR%%/boing.c +%%EXAMPLESDIR%%/gears.c +%%EXAMPLESDIR%%/getopt.c +%%EXAMPLESDIR%%/heightmap.c +%%EXAMPLESDIR%%/listmodes.c +%%EXAMPLESDIR%%/mipmaps.c +%%EXAMPLESDIR%%/mtbench.c +%%EXAMPLESDIR%%/mthello.c +%%EXAMPLESDIR%%/particles.c +%%EXAMPLESDIR%%/pong3d.c +%%EXAMPLESDIR%%/splitview.c +%%EXAMPLESDIR%%/triangle.c +%%EXAMPLESDIR%%/wave.c +%%EXAMPLESDIR%%/mipmaps.tga +%%EXAMPLESDIR%%/pong3d_field.tga +%%EXAMPLESDIR%%/pong3d_instr.tga +%%EXAMPLESDIR%%/pong3d_menu.tga +%%EXAMPLESDIR%%/pong3d_title.tga +%%EXAMPLESDIR%%/pong3d_winner1.tga +%%EXAMPLESDIR%%/pong3d_winner2.tga +@dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% |