1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/biology/xmolwt/files/patch-aa
Satoshi Taoka 2a1c4bb993 This program calculate formula weight and percent of each elements.
PR:		ports/13467
Submitted by:	Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
1999-09-06 20:04:15 +00:00

14 lines
327 B
Plaintext

*** 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