# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= sdl_gnat VERSION= 2013 REVISION= 3 KEYWORDS= devel VARIANTS= standard SDESC[standard]= Ada thin bindings for SDL (GPLv3) HOMEPAGE= none CONTACT= John_Marino[draco@marino.st] DOWNLOAD_GROUPS= main SITES[main]= http://downloads.dragonlace.net/src/ DISTFILE[1]= sdl_gnat-2013.tar.bz2:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= libglvnd:complete:standard USES= gprbuild SDL_COMPONENTS= ttf1 post-patch: ${REINPLACE_CMD} -e 's|@PREFIX@|${LOCALBASE}|' \ ${WRKSRC}/gnat_sdl.gpr [FILE:308:descriptions/desc.single] The Ada compiler package GNAT GPL 2013 from Adacore contained a set of thin bindings for the Simple DirectMedia Layer (SDL). These bindings have been pulled out and packaged as a separate library. It should be noted that they are covered by the full GPLv3 which is not a typical license for thin bindings. [FILE:100:distinfo] 7738cd41abfe00545bc7ab1ec0838074106e098052ba5f2a2bcce280721011ab 67370 sdl_gnat-2013.tar.bz2 [FILE:1399:manifests/plist.single] include/gnat_sdl/ basetsd_h.ads ctype_h.ads gl_gl_h.ads gl_glu_h.ads guiddef_h.ads malloc_h.ads sdl_sdl_active_h.ads sdl_sdl_audio_h.ads sdl_sdl_cdrom_h.ads sdl_sdl_cpuinfo_h.ads sdl_sdl_endian_h.ads sdl_sdl_error_h.ads sdl_sdl_events_h.ads sdl_sdl_h.ads sdl_sdl_joystick_h.ads sdl_sdl_keyboard_h.ads sdl_sdl_keysym_h.ads sdl_sdl_loadso_h.ads sdl_sdl_main_h.ads sdl_sdl_mouse_h.ads sdl_sdl_mutex_h.ads sdl_sdl_opengl_h.ads sdl_sdl_rwops_h.ads sdl_sdl_stdinc_h.ads sdl_sdl_thread_h.ads sdl_sdl_timer_h.ads sdl_sdl_ttf_h.ads sdl_sdl_version_h.ads sdl_sdl_video_h.ads stdint_h.ads stdio_h.ads stdlib_h.ads umingw_h.ads umingw_off_t_h.ads vadefs_h.ads lib/gnat_sdl/ basetsd_h.ali ctype_h.ali gl_gl_h.ali gl_glu_h.ali guiddef_h.ali libgnatsdl.a malloc_h.ali sdl_sdl_active_h.ali sdl_sdl_audio_h.ali sdl_sdl_cdrom_h.ali sdl_sdl_cpuinfo_h.ali sdl_sdl_endian_h.ali sdl_sdl_error_h.ali sdl_sdl_events_h.ali sdl_sdl_h.ali sdl_sdl_joystick_h.ali sdl_sdl_keyboard_h.ali sdl_sdl_keysym_h.ali sdl_sdl_loadso_h.ali sdl_sdl_main_h.ali sdl_sdl_mouse_h.ali sdl_sdl_mutex_h.ali sdl_sdl_opengl_h.ali sdl_sdl_rwops_h.ali sdl_sdl_stdinc_h.ali sdl_sdl_thread_h.ali sdl_sdl_timer_h.ali sdl_sdl_ttf_h.ali sdl_sdl_version_h.ali sdl_sdl_video_h.ali stdint_h.ali stdio_h.ali stdlib_h.ali umingw_h.ali umingw_off_t_h.ali vadefs_h.ali share/gpr/gnat_sdl.gpr [FILE:643:patches/patch-Makefile] --- Makefile.orig 2014-02-15 01:32:28 UTC +++ Makefile @@ -4,11 +4,11 @@ build: gnatmake -p -P build_gnat_sdl install: - mkdir -p ${DESTDIR}${PREFIX}/lib/gnat \ + mkdir -p ${DESTDIR}${PREFIX}/share/gpr \ ${DESTDIR}${PREFIX}/lib/gnat_sdl \ ${DESTDIR}${PREFIX}/include/gnat_sdl ${BSD_INSTALL_LIB} build/lib/libgnatsdl.a \ ${DESTDIR}${PREFIX}/lib/gnat_sdl ${BSD_INSTALL_DATA} build/lib/*.ali ${DESTDIR}${PREFIX}/lib/gnat_sdl - ${BSD_INSTALL_DATA} gnat_sdl.gpr ${DESTDIR}${PREFIX}/lib/gnat + ${BSD_INSTALL_DATA} gnat_sdl.gpr ${DESTDIR}${PREFIX}/share/gpr ${BSD_INSTALL_DATA} src/*.ad[bs] ${DESTDIR}${PREFIX}/include/gnat_sdl