install documentation under "docs" subpackage; based on Julian Leyh <oenone@oenone.de>

This commit is contained in:
pvalchev 2004-07-19 10:58:17 +00:00
parent eb20ab2963
commit fe40ccf6d9
3 changed files with 177 additions and 1 deletions

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.7 2004/01/02 18:06:32 espie Exp $
# $OpenBSD: Makefile,v 1.8 2004/07/19 10:58:17 pvalchev Exp $
COMMENT= "C++ wrapper for the Simple DirectMedia Layer"
COMMENT-docs= "SDLmm documentation"
VERSION= 0.1.8
DISTNAME= SDLmm-${VERSION}
PKGNAME= ${DISTNAME:L}
PKGNAME-docs= ${PKGNAME:S,-,-docs-,}
CATEGORIES= devel
HOMEPAGE= http://sdlmm.sourceforge.net/
@ -18,10 +20,23 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sdlmm/}
MULTI_PACKAGES= -docs
SUBPACKAGE?=
.if ${SUBPACKAGE} != "-docs"
LIB_DEPENDS= SDL::devel/sdl
.elif defined(PACKAGING)
PKG_ARCH= *
.endif
USE_X11= Yes
post-install:
@(cd ${WRKSRC}/docs/html && \
rm -f Makefile* htmlfiles && \
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sdlmm && \
for A in *; do ${INSTALL_DATA} $$A ${PREFIX}/share/doc/sdlmm/; done)
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}

View File

@ -0,0 +1,9 @@
SDLmm is a C++ glue for SDL, or the Simple DirectMedia
Layer, which is a generic API that provides low level access
to audio, keyboard, mouse, joystick, 3D hardware via OpenGL,
and 2D framebuffer across multiple platforms.
SDLmm aims to stay as close as possible to the C API while
taking advantage of native C++ features like object
orientation. It also aims at being platform independent
as much as possible.

152
devel/sdlmm/pkg/PLIST-docs Normal file
View File

@ -0,0 +1,152 @@
@comment $OpenBSD: PLIST-docs,v 1.1 2004/07/19 10:58:17 pvalchev Exp $
share/doc/sdlmm/annotated.html
share/doc/sdlmm/classSDLmm_1_1Audio-members.html
share/doc/sdlmm/classSDLmm_1_1Audio.html
share/doc/sdlmm/classSDLmm_1_1BaseSurface-members.html
share/doc/sdlmm/classSDLmm_1_1BaseSurface.html
share/doc/sdlmm/classSDLmm_1_1BaseSurface__inherit__graph.gif
share/doc/sdlmm/classSDLmm_1_1CD-members.html
share/doc/sdlmm/classSDLmm_1_1CD.html
share/doc/sdlmm/classSDLmm_1_1ColorRGB-members.html
share/doc/sdlmm/classSDLmm_1_1ColorRGB.html
share/doc/sdlmm/classSDLmm_1_1ColorRGBA-members.html
share/doc/sdlmm/classSDLmm_1_1ColorRGBA.html
share/doc/sdlmm/classSDLmm_1_1ColorRGBA__inherit__graph.gif
share/doc/sdlmm/classSDLmm_1_1ColorRGB__inherit__graph.gif
share/doc/sdlmm/classSDLmm_1_1Display-members.html
share/doc/sdlmm/classSDLmm_1_1Display.html
share/doc/sdlmm/classSDLmm_1_1Display__inherit__graph.gif
share/doc/sdlmm/classSDLmm_1_1Event-members.html
share/doc/sdlmm/classSDLmm_1_1Event.html
share/doc/sdlmm/classSDLmm_1_1EventHandler-members.html
share/doc/sdlmm/classSDLmm_1_1EventHandler.html
share/doc/sdlmm/classSDLmm_1_1Joystick-members.html
share/doc/sdlmm/classSDLmm_1_1Joystick.html
share/doc/sdlmm/classSDLmm_1_1PixelFormat-members.html
share/doc/sdlmm/classSDLmm_1_1PixelFormat.html
share/doc/sdlmm/classSDLmm_1_1SPoint-members.html
share/doc/sdlmm/classSDLmm_1_1SPoint.html
share/doc/sdlmm/classSDLmm_1_1SRect-members.html
share/doc/sdlmm/classSDLmm_1_1SRect.html
share/doc/sdlmm/classSDLmm_1_1SRect__inherit__graph.gif
share/doc/sdlmm/classSDLmm_1_1Surface-members.html
share/doc/sdlmm/classSDLmm_1_1Surface.html
share/doc/sdlmm/classSDLmm_1_1Surface__inherit__graph.gif
share/doc/sdlmm/classSDLmm_1_1Timer-members.html
share/doc/sdlmm/classSDLmm_1_1Timer.html
share/doc/sdlmm/classSDLmm_1_1VideoInfo-members.html
share/doc/sdlmm/classSDLmm_1_1VideoInfo.html
share/doc/sdlmm/doxygen.css
share/doc/sdlmm/doxygen.gif
share/doc/sdlmm/files.html
share/doc/sdlmm/functions.html
share/doc/sdlmm/globals.html
share/doc/sdlmm/graph_legend.gif
share/doc/sdlmm/graph_legend.html
share/doc/sdlmm/hierarchy.html
share/doc/sdlmm/index.html
share/doc/sdlmm/inherit__graph__classSDLmm__1__1Audio.gif
share/doc/sdlmm/inherit__graph__classSDLmm__1__1BaseSurface.gif
share/doc/sdlmm/inherit__graph__classSDLmm__1__1CD.gif
share/doc/sdlmm/inherit__graph__classSDLmm__1__1ColorRGB.gif
share/doc/sdlmm/inherit__graph__classSDLmm__1__1Event.gif
share/doc/sdlmm/inherit__graph__classSDLmm__1__1EventHandler.gif
share/doc/sdlmm/inherit__graph__classSDLmm__1__1Joystick.gif
share/doc/sdlmm/inherit__graph__classSDLmm__1__1PixelFormat.gif
share/doc/sdlmm/inherit__graph__classSDLmm__1__1SPoint.gif
share/doc/sdlmm/inherit__graph__classSDLmm__1__1Timer.gif
share/doc/sdlmm/inherit__graph__classSDLmm__1__1VideoInfo.gif
share/doc/sdlmm/inherit__graph__structSDL____Rect.gif
share/doc/sdlmm/inherits.html
share/doc/sdlmm/namespace__SDLmm.html
share/doc/sdlmm/namespacemembers.html
share/doc/sdlmm/namespaces.html
share/doc/sdlmm/pages.html
share/doc/sdlmm/sdlmm_8h-source.html
share/doc/sdlmm/sdlmm_8h.html
share/doc/sdlmm/sdlmm_8h__incl.gif
share/doc/sdlmm/sdlmm__audio_8cpp.html
share/doc/sdlmm/sdlmm__audio_8cpp__incl.gif
share/doc/sdlmm/sdlmm__audio_8h-source.html
share/doc/sdlmm/sdlmm__audio_8h.html
share/doc/sdlmm/sdlmm__audio_8h__dep__incl.gif
share/doc/sdlmm/sdlmm__autoconfig_8h-source.html
share/doc/sdlmm/sdlmm__autoconfig_8h.html
share/doc/sdlmm/sdlmm__basesurface_8cpp.html
share/doc/sdlmm/sdlmm__basesurface_8cpp__incl.gif
share/doc/sdlmm/sdlmm__basesurface_8h-source.html
share/doc/sdlmm/sdlmm__basesurface_8h.html
share/doc/sdlmm/sdlmm__basesurface_8h__dep__incl.gif
share/doc/sdlmm/sdlmm__basesurface_8h__incl.gif
share/doc/sdlmm/sdlmm__cd_8cpp.html
share/doc/sdlmm/sdlmm__cd_8cpp__incl.gif
share/doc/sdlmm/sdlmm__cd_8h-source.html
share/doc/sdlmm/sdlmm__cd_8h.html
share/doc/sdlmm/sdlmm__cd_8h__dep__incl.gif
share/doc/sdlmm/sdlmm__color_8h-source.html
share/doc/sdlmm/sdlmm__color_8h.html
share/doc/sdlmm/sdlmm__color_8h__dep__incl.gif
share/doc/sdlmm/sdlmm__config_8h-source.html
share/doc/sdlmm/sdlmm__config_8h.html
share/doc/sdlmm/sdlmm__config_8h__dep__incl.gif
share/doc/sdlmm/sdlmm__display_8cpp.html
share/doc/sdlmm/sdlmm__display_8cpp__incl.gif
share/doc/sdlmm/sdlmm__display_8h-source.html
share/doc/sdlmm/sdlmm__display_8h.html
share/doc/sdlmm/sdlmm__display_8h__dep__incl.gif
share/doc/sdlmm/sdlmm__display_8h__incl.gif
share/doc/sdlmm/sdlmm__event_8cpp.html
share/doc/sdlmm/sdlmm__event_8cpp__incl.gif
share/doc/sdlmm/sdlmm__event_8h-source.html
share/doc/sdlmm/sdlmm__event_8h.html
share/doc/sdlmm/sdlmm__event_8h__dep__incl.gif
share/doc/sdlmm/sdlmm__event_8h__incl.gif
share/doc/sdlmm/sdlmm__eventhandler_8h-source.html
share/doc/sdlmm/sdlmm__eventhandler_8h.html
share/doc/sdlmm/sdlmm__eventhandler_8h__dep__incl.gif
share/doc/sdlmm/sdlmm__global_8cpp.html
share/doc/sdlmm/sdlmm__global_8cpp__incl.gif
share/doc/sdlmm/sdlmm__global_8h-source.html
share/doc/sdlmm/sdlmm__global_8h.html
share/doc/sdlmm/sdlmm__global_8h__dep__incl.gif
share/doc/sdlmm/sdlmm__joystick_8cpp.html
share/doc/sdlmm/sdlmm__joystick_8cpp__incl.gif
share/doc/sdlmm/sdlmm__joystick_8h-source.html
share/doc/sdlmm/sdlmm__joystick_8h.html
share/doc/sdlmm/sdlmm__joystick_8h__dep__incl.gif
share/doc/sdlmm/sdlmm__pixelformat_8cpp.html
share/doc/sdlmm/sdlmm__pixelformat_8cpp__incl.gif
share/doc/sdlmm/sdlmm__pixelformat_8h-source.html
share/doc/sdlmm/sdlmm__pixelformat_8h.html
share/doc/sdlmm/sdlmm__pixelformat_8h__dep__incl.gif
share/doc/sdlmm/sdlmm__pixelformat_8h__incl.gif
share/doc/sdlmm/sdlmm__spoint_8h-source.html
share/doc/sdlmm/sdlmm__spoint_8h.html
share/doc/sdlmm/sdlmm__spoint_8h__dep__incl.gif
share/doc/sdlmm/sdlmm__srect_8cpp.html
share/doc/sdlmm/sdlmm__srect_8cpp__incl.gif
share/doc/sdlmm/sdlmm__srect_8h-source.html
share/doc/sdlmm/sdlmm__srect_8h.html
share/doc/sdlmm/sdlmm__srect_8h__dep__incl.gif
share/doc/sdlmm/sdlmm__srect_8h__incl.gif
share/doc/sdlmm/sdlmm__surface_8cpp.html
share/doc/sdlmm/sdlmm__surface_8cpp__incl.gif
share/doc/sdlmm/sdlmm__surface_8h-source.html
share/doc/sdlmm/sdlmm__surface_8h.html
share/doc/sdlmm/sdlmm__surface_8h__dep__incl.gif
share/doc/sdlmm/sdlmm__surface_8h__incl.gif
share/doc/sdlmm/sdlmm__timer_8cpp.html
share/doc/sdlmm/sdlmm__timer_8cpp__incl.gif
share/doc/sdlmm/sdlmm__timer_8h-source.html
share/doc/sdlmm/sdlmm__timer_8h.html
share/doc/sdlmm/sdlmm__timer_8h__dep__incl.gif
share/doc/sdlmm/sdlmm__videoinfo_8cpp.html
share/doc/sdlmm/sdlmm__videoinfo_8cpp__incl.gif
share/doc/sdlmm/sdlmm__videoinfo_8h-source.html
share/doc/sdlmm/sdlmm__videoinfo_8h.html
share/doc/sdlmm/sdlmm__videoinfo_8h__dep__incl.gif
share/doc/sdlmm/sdlmm__videoinfo_8h__incl.gif
share/doc/sdlmm/structSDL__Rect.html
share/doc/sdlmm/structSDL__Rect__inherit__graph.gif
share/doc/sdlmm/todo.html
@dirrm share/doc/sdlmm