diff options
author | pawel <pawel@FreeBSD.org> | 2012-12-07 23:33:53 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-12-07 23:33:53 +0800 |
commit | a7de953fccbd0f761d4c9881ad1a2e7769679580 (patch) | |
tree | 6200fd1d3b5fe8d436f5f5234cb1c513716c6258 /graphics/Makefile | |
parent | c74b5c840b61be932498f7411ff0ec101dd7f108 (diff) | |
download | freebsd-ports-graphics-a7de953fccbd0f761d4c9881ad1a2e7769679580.tar.gz freebsd-ports-graphics-a7de953fccbd0f761d4c9881ad1a2e7769679580.tar.zst freebsd-ports-graphics-a7de953fccbd0f761d4c9881ad1a2e7769679580.zip |
CBViewer is a comic book viewer for comic book archives in cbz, cbr, zip, and
rar formats. The interface is written in java but it requires unrar for linux
or windows depending which OS you are running on. It will do zip files in java.
WWW: http://www.renuncln.com/programs/cbviewer/
PR: ports/173294
Submitted by: nemysis@gmx.ch
Feature safe: yes
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 64addb9bcad..0f36055a376 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -84,6 +84,7 @@ SUBDIR += camerakit SUBDIR += cbrpager SUBDIR += cbview + SUBDIR += cbviewer SUBDIR += cegui SUBDIR += cenon SUBDIR += cfdg |