aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sdl.mk
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-04-28 23:20:54 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-04-28 23:20:54 +0000
commit5dcff294ecbbc349826624b314a945125ec3430f (patch)
tree3340f6dff61e28581ed6f1e0a7dc5b4d35146608 /Mk/bsd.sdl.mk
parentd5234859f8c2c3f7233c930809198ce6fce27af7 (diff)
downloadports-5dcff294ecbbc349826624b314a945125ec3430f.tar.gz
ports-5dcff294ecbbc349826624b314a945125ec3430f.zip
Add support for SDL_console
PR: ports/123171 Submitted by: Yen-Ming Lee <leeym@cn1.leeym.com> Reviewed by: edwin@
Notes
Notes: svn path=/head/; revision=212192
Diffstat (limited to 'Mk/bsd.sdl.mk')
-rw-r--r--Mk/bsd.sdl.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/Mk/bsd.sdl.mk b/Mk/bsd.sdl.mk
index 85820db2c943..8ae8ce8b7c90 100644
--- a/Mk/bsd.sdl.mk
+++ b/Mk/bsd.sdl.mk
@@ -37,7 +37,7 @@ SDL_Include_MAINTAINER= edwin@FreeBSD.org
#
# These are the current supported SDL modules
#
-_USE_SDL_ALL= gfx gui image mixer mm net pango sdl sound ttf
+_USE_SDL_ALL= console gfx gui image mixer mm net pango sdl sound ttf
#
# Variables used to determine what is needed:
@@ -48,6 +48,11 @@ _USE_SDL_ALL= gfx gui image mixer mm net pango sdl sound ttf
# _REQUIRES_xxx also needs these SDL libraries
#
+_VERSION_console= 0
+_SUBDIR_console= devel
+_LIB_console= SDL_console-2.1
+_REQUIRES_console= sdl
+
_VERSION_gfx= 0
_SUBDIR_gfx= graphics
_REQUIRES_gfx= sdl