diff options
author | pav <pav@FreeBSD.org> | 2004-05-28 06:03:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-28 06:03:09 +0800 |
commit | f8bac1ce2cc67d331a941d8b9e2c09d962bcc2ad (patch) | |
tree | 131a5ccfd0643ab542af597aaef980ea01ebb7b3 /www/Makefile | |
parent | 65e9f78ffc969359847823e151e9f036f3cde2b1 (diff) | |
download | freebsd-ports-gnome-f8bac1ce2cc67d331a941d8b9e2c09d962bcc2ad.tar.gz freebsd-ports-gnome-f8bac1ce2cc67d331a941d8b9e2c09d962bcc2ad.tar.zst freebsd-ports-gnome-f8bac1ce2cc67d331a941d8b9e2c09d962bcc2ad.zip |
PhpGedView parses GEDCOM 5.5 genealogy files and displays them on the
Internet in a format similar to desktop programs. All it requires to
run is a PHP enabled web server and a gedcom file. You can easily
customize it by using one of the provided themes or by modifying them
to meet your own needs.
PR: ports/63153
Submitted by: Hubert Tournier <hubert@frbsd.org>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2bba92efa54f..8b6dcebdf616 100644 --- a/www/Makefile +++ b/www/Makefile @@ -506,6 +506,7 @@ SUBDIR += php5-cgi SUBDIR += phpSysInfo SUBDIR += phpbb + SUBDIR += phpgedview SUBDIR += phpnuke SUBDIR += phpwiki SUBDIR += plone |