summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2013-10-14 13:59:30 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2013-10-14 13:59:30 +0000
commit2051a4fa11dc6a559a6685947f52aad22fe119b1 (patch)
treeae2ba7895a007d75de9192d94d63d2da2be59a61 /devel
parent- Update to 2.6 (diff)
SDLSKK is SKK on SDL.
WWW: http://www.kmc.gr.jp/~ohai/sdlskk.en.html Approved by: wg/pawel (mentors)
Notes
Notes: svn path=/head/; revision=330325
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/sdlskk/Makefile34
-rw-r--r--devel/sdlskk/distinfo2
-rw-r--r--devel/sdlskk/pkg-descr3
4 files changed, 40 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 6bdefacada6e..af72de17d513 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4283,6 +4283,7 @@
SUBDIR += sdl_console
SUBDIR += sdl_sge
SUBDIR += sdlmm
+ SUBDIR += sdlskk
SUBDIR += sdts++
SUBDIR += sedsed
SUBDIR += seed
diff --git a/devel/sdlskk/Makefile b/devel/sdlskk/Makefile
new file mode 100644
index 000000000000..7fcf0339cb12
--- /dev/null
+++ b/devel/sdlskk/Makefile
@@ -0,0 +1,34 @@
+# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= sdlskk
+PORTVERSION= 0.5
+CATEGORIES= devel graphics ruby
+MASTER_SITES= http://www.kmc.gr.jp/~ohai/sdlskk/
+DIST_SUBDIR= ruby
+
+MAINTAINER= nemysis@FreeBSD.org
+COMMENT= SKK on SDL
+
+LICENSE= LGPL21
+
+USES= iconv
+USE_SDL= image ttf sdl
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+
+PLIST_FILES= include/SDL/sdlskk.h \
+ lib/libSDLSKK.a \
+ lib/libSDLSKK.la \
+ lib/libSDLSKK.so.2.0
+PLIST_DIRSTRY= include/SDL
+
+PORTDOCS= AUTHORS NEWS README README.ja
+
+OPTIONS_DEFINE= DOCS
+
+post-install:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
diff --git a/devel/sdlskk/distinfo b/devel/sdlskk/distinfo
new file mode 100644
index 000000000000..61fe9185c465
--- /dev/null
+++ b/devel/sdlskk/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ruby/sdlskk-0.5.tar.gz) = 08e559aa45a9f46f365304907fb6076800a05808a646b9708b1861cb482367d6
+SIZE (ruby/sdlskk-0.5.tar.gz) = 200521
diff --git a/devel/sdlskk/pkg-descr b/devel/sdlskk/pkg-descr
new file mode 100644
index 000000000000..b4313ca6fe4d
--- /dev/null
+++ b/devel/sdlskk/pkg-descr
@@ -0,0 +1,3 @@
+SDLSKK is SKK on SDL.
+
+WWW: http://www.kmc.gr.jp/~ohai/sdlskk.en.html