diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-03 10:53:44 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-03 10:53:44 +0000 |
commit | 63f0953f30b4af56e9f3a26b2f679c507f4c7034 (patch) | |
tree | 1506b4cfca318db35ffed28cb654b551defc9b7f /games/Makefile | |
parent | 025a00c660a64d5675bcf7da83d706503414936e (diff) | |
download | FreeBSD-ports-63f0953f30b4af56e9f3a26b2f679c507f4c7034.zip FreeBSD-ports-63f0953f30b4af56e9f3a26b2f679c507f4c7034.tar.gz |
New port: misc/pcgen (Java-based RPG character generator)
PCGen is a Java-based RPG character generator and maintenance
program that works on all platforms (Windows, Mac OS X,
Linux, BSD, etc). It currently is aimed at supporting as
many rpgs as humanly possible. Currently our focus is on
OGL games (OGL = the Open Gaming License crafted by Wizards
of the Coast).
All datafiles are ASCII so they can be modified by users,
and are available through the pcgendm project. An XML
conversion is underway.
WWW: http://pcgen.sourceforge.net
Notes from the maintainer:
PR: ports/59428
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 3117d75..fa58e6d 100644 --- a/games/Makefile +++ b/games/Makefile @@ -298,6 +298,7 @@ SUBDIR += p5-Games-Bingo-Bot SUBDIR += p5-Games-Bingo-Print SUBDIR += pathological + SUBDIR += pcgen SUBDIR += pengpong SUBDIR += penguin-command SUBDIR += pentix |