freebsd-ports/biology/ortep3/pkg-descr
James E. Housley 4f3702a57a - Fix MASTER_SITES/DISTNAME
- USEPGPLOT -> WITH_PGPLOT
- Support FFLAGS/X11BASE properly

Remove file:
  files/patch-ab

PR:		21608
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
Approved by:	rmiya@cc.hirosaki-u.ac.jp (Ryo MIYAMOTO) MAINTAINER
2000-10-10 01:16:23 +00:00

23 lines
588 B
Plaintext

This is ORTEP-III, the Oak Ridge Thermal Ellipsoid Plot Program for Crystal
Structure Illustrations.
(1) If you can use `pgplot' as screen drawing routine, type
% make WITH_PGPLOT=yes
(2) If you are not familier to `pgplot', note the followings:
Before you use ortep3 with pgplot library,
run pgdisp server and setenv PGPLOT_DEV as
% pgdisp &
% setenv PGPLOT_DEV /xwindow
then you can see the ortep-drawing on a pgplot window.
Examples and documentation or on the web site.
WWW: http://www.ornl.gov/ortep/ortep.html
- Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>