Commit graph

3 commits

Author SHA1 Message Date
Alejandro Pulver
a3907aec44 - Use 2 as the shared library major version.
- Install shared library as libXCurses.so.2, then symlink to libXCurses.so
  (not the other way around).
2006-08-09 20:14:32 +00:00
Alejandro Pulver
4d060c669f - Add a symlink (lib/libXCurses.so -> libXCurses.so.8) so "editors/the" can
find it.

PR:		ports/101528
Submitted by:	User1001 <supraexpress@globaleyes.net>
2006-08-07 03:23:11 +00:00
Alejandro Pulver
7b9028d0d5 PDCurses is a public domain curses library for Win32, DOS, OS/2 and X11,
implementing most of the functions available in System V R4 curses. It
supports most compilers for these platforms. The X11 port allows existing
text-mode curses programs to be re-compiled and linked with PDCurses to
produce native X11 applications.

WWW: http://pdcurses.sourceforge.net/
2006-07-03 00:22:32 +00:00