diff options
author | pav <pav@FreeBSD.org> | 2004-05-05 01:49:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-05 01:49:15 +0800 |
commit | e97802d21b1f22a032d528e77c105ea1e39e0ccd (patch) | |
tree | a1ef44f4d364ab0877185ed2abf559af1c632be7 /www/Makefile | |
parent | fe22f9e78a4f2e6dae48142392d884062c0e2dbb (diff) | |
download | freebsd-ports-gnome-e97802d21b1f22a032d528e77c105ea1e39e0ccd.tar.gz freebsd-ports-gnome-e97802d21b1f22a032d528e77c105ea1e39e0ccd.tar.zst freebsd-ports-gnome-e97802d21b1f22a032d528e77c105ea1e39e0ccd.zip |
Add winhelpcgi, a cgi program that can display winhelp files on the web.
It supports .HLP, .M14, .M13, and .MVP files.
PR: ports/66229
Submitted by: Robin Schoonover <end@endif.cjb.net>
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 6f945823543c..f54e013a81ce 100644 --- a/www/Makefile +++ b/www/Makefile @@ -612,6 +612,7 @@ SUBDIR += webstone SUBDIR += webstone-ssl SUBDIR += wiliki + SUBDIR += winhelpcgi SUBDIR += wml SUBDIR += wmnetselect SUBDIR += wsmake |