summaryrefslogtreecommitdiff
path: root/devel/sdlmm/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-09-03 14:54:10 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-09-03 14:54:10 +0000
commitcc2d34434a0674bcb5409069ff9e3b27182fcc8a (patch)
tree72c80c24380ce6ab87d13011e6eb0b5bf564ea02 /devel/sdlmm/Makefile
parentadd svg2swf (diff)
- Update to 0.1.8;
- get rid of useless .la file; - don't hardcode package version number into library name - it's bogus.
Notes
Notes: svn path=/head/; revision=47368
Diffstat (limited to 'devel/sdlmm/Makefile')
-rw-r--r--devel/sdlmm/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/sdlmm/Makefile b/devel/sdlmm/Makefile
index 0cacc576454d..6f2a1377525e 100644
--- a/devel/sdlmm/Makefile
+++ b/devel/sdlmm/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= sdlmm
-PORTVERSION= 0.1.5
+PORTVERSION= 0.1.8
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,9 +22,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG}
INSTALLS_SHLIB= yes
-MAN3= SDLmm.3 SDLmm__Audio.3 SDLmm__BaseSurface.3 SDLmm__CD.3 \
- SDLmm__Display.3 SDLmm__Event.3 SDLmm__EventHandler.3 \
- SDLmm__Joystick.3 SDLmm__SRect.3 SDLmm__Surface.3 SDLmm__Timer.3 \
- SDLmm__VideoInfo.3
+MAN3= SDLmm.3 SDLmm_Audio.3 SDLmm_BaseSurface.3 SDLmm_CD.3 SDLmm_ColorRGB.3 \
+ SDLmm_ColorRGBA.3 SDLmm_Display.3 SDLmm_Event.3 SDLmm_EventHandler.3 \
+ SDLmm_Joystick.3 SDLmm_PixelFormat.3 SDLmm_SPoint.3 SDLmm_SRect.3 \
+ SDLmm_Surface.3 SDLmm_Timer.3 SDLmm_VideoInfo.3 SDLmm_todo.3 sdlmm.h.3
.include <bsd.port.mk>