mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
72c15a6ba2
National Center for Biotechnology Information (NCBI) Development Toolkit. PR: 22388 Submitted by: Tony Maher <tony.maher@ebioinformatics.com>
28 lines
912 B
Makefile
28 lines
912 B
Makefile
#
|
|
# $Id$ freebsd.ncbi.mk
|
|
#
|
|
# That platform is not supported and is contributed to NCBI by
|
|
# freebsd-bio@freebsd.net
|
|
#
|
|
NCBI_DEFAULT_LCL = bsd
|
|
NCBI_MAKE_SHELL = /bin/sh
|
|
NCBI_CC = cc
|
|
NCBI_CFLAGS1 = ${CFLAGS} -c
|
|
NCBI_LDFLAGS1 = -O
|
|
NCBI_OPTFLAG =
|
|
NCBI_BIN_MASTER = /home/coremake/ncbi/bin
|
|
NCBI_BIN_COPY = /home/coremake/ncbi/bin
|
|
NCBI_INCDIR = /home/coremake/ncbi/include
|
|
NCBI_LIBDIR = /home/coremake/ncbi/lib
|
|
NCBI_ALTLIB = /home/coremake/ncbi/altlib
|
|
#will work only when you have Motif installed!
|
|
NCBI_VIBFLAG = -I/usr/X11R6/include -L/usr/X11R6/lib -DWIN_MOTIF
|
|
NCBI_VIBLIBS = -lXm -lXmu -lXp -lXpm -lXt -lX11 -lXext
|
|
NCBI_DISTVIBLIBS = -L/usr/X11R6/lib /usr/X11R6/lib/libXm.a /usr/X11R6/lib/libXp.a /usr/X11R6/lib/libXpm.a -lXmu -lXt -lX11 -lXext
|
|
NCBI_OTHERLIBS = -lm
|
|
NCBI_RANLIB = ranlib
|
|
# Used by makedis.csh
|
|
NCBI_MT_OTHERLIBS =
|
|
NCBI_THREAD_OBJ = ncbithr.o
|
|
NETENTREZVERSION = 2.02c2ASN1SPEC6
|