Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2002 01:30:02 -0800 (PST)
From:      Tony Maher <tonym@biolateral.com.au>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/36466: please remove biology/seaview
Message-ID:  <200203290930.g2T9U2s61501@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/36466; it has been noted by GNATS.

From: Tony Maher <tonym@biolateral.com.au>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/36466: please remove biology/seaview
Date: Fri, 29 Mar 2002 20:20:10 +1100

 Ok - I can get it to compile with following Makefile.
 (sorry its just horrible hack of original one for now).
 It appears to run ok.
 
 --
 tonym
 
 
 CC  = c++
 CFLAGS+= -I${X11BASE}/include
 #LIBS   = -L${X11BASE}/lib -lfltk -lGL -LGLU -lXext -lX11 -lm
 LIBS    = -L${X11BASE}/lib -lfltk -lGL -lGLU -lXext -lX11 -lm
 #SRCS   = align.c comlines.c load_seq.c regions.c seaview.c
 use_mase_files.c xfm
 atpt.c
 SRCS    = align.c seaview.c chooser_plus.c nexus.c \
         use_mase_files.c comlines.c regions.c xfmatpt.c load_seq.c
 resource.c
 
 #OBJS   = align.o comlines.o load_seq.o regions.o seaview.o
 use_mase_files.o xfm
 atpt.o
 
 OBJS    = ${SRCS:.c=.o}
 all: seaview
 
 seaview: $(OBJS)
     cc -o seaview $(OBJS) $(LIBS)
 
 c.o.: $(SRCS)
     $(CC) $(CFLAGS) -c $(SRCS)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203290930.g2T9U2s61501>