- Install required file: sdlpixel.hpp

- Bump PORTREVISION

PR:		95582
Submitted by:	Yuri Pankov <yuri.pankov___gmail.com>
Approved by:	maintainer timeout (18 days)
This commit is contained in:
Marcus Alves Grando 2006-04-29 00:24:02 +00:00
parent dd4700b961
commit bb1f0765fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160707
3 changed files with 14 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= guichan
PORTVERSION= 0.4.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -18,7 +18,6 @@ COMMENT= A small, efficient C++ GUI library designed for games
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_REINPLACE= yes
USE_SDL= sdl image
USE_GMAKE= yes
USE_GCC= 3.2+

View File

@ -0,0 +1,12 @@
--- include/guichan/sdl/Makefile.in.orig Tue May 17 16:23:16 2005
+++ include/guichan/sdl/Makefile.in Fri Apr 28 21:07:32 2006
@@ -184,7 +184,8 @@
libguichaninclude_HEADERS = \
sdlgraphics.hpp \
sdlimageloader.hpp \
- sdlinput.hpp
+ sdlinput.hpp \
+ sdlpixel.hpp
all: all-am

View File

@ -29,6 +29,7 @@ include/guichan/sdl.hpp
include/guichan/sdl/sdlgraphics.hpp
include/guichan/sdl/sdlimageloader.hpp
include/guichan/sdl/sdlinput.hpp
include/guichan/sdl/sdlpixel.hpp
include/guichan/widget.hpp
include/guichan/widgets/button.hpp
include/guichan/widgets/checkbox.hpp