diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-07 04:04:15 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-07 04:04:15 +0800 |
commit | 27eb6f0a6536eab45946b730c50e9dca6f301597 (patch) | |
tree | 0a9cbdd2f477d9e9b5266608adc173ea228345b3 /biology/xmolwt/files | |
parent | 25e9b6fd618f59b55d0125e6f41a37c70571d141 (diff) | |
download | freebsd-ports-gnome-27eb6f0a6536eab45946b730c50e9dca6f301597.tar.gz freebsd-ports-gnome-27eb6f0a6536eab45946b730c50e9dca6f301597.tar.zst freebsd-ports-gnome-27eb6f0a6536eab45946b730c50e9dca6f301597.zip |
This program calculate formula weight and percent of each elements.
PR: ports/13467
Submitted by: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
Diffstat (limited to 'biology/xmolwt/files')
-rw-r--r-- | biology/xmolwt/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/biology/xmolwt/files/patch-aa b/biology/xmolwt/files/patch-aa new file mode 100644 index 000000000000..283e381c93b4 --- /dev/null +++ b/biology/xmolwt/files/patch-aa @@ -0,0 +1,13 @@ +*** Makefile.gtk Sat Aug 28 19:46:47 1999 +--- Makefile Mon Aug 30 19:49:21 1999 +*************** +*** 3,8 **** +--- 3,10 ---- + GTKCONFIG = gtk12-config + OBJS = molwt.o usage.o element.o reduce.o count.o calculate.o initwidget.o allowcase.o inputformula.o addtolist.o + ++ all: gmolwt ++ + molwt: gmolwt + ln -s gmolwt molwt + |