mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
72c15a6ba2
National Center for Biotechnology Information (NCBI) Development Toolkit. PR: 22388 Submitted by: Tony Maher <tony.maher@ebioinformatics.com>
9 lines
89 B
Makefile
9 lines
89 B
Makefile
#
|
|
# $FreeBSD$
|
|
|
|
all:
|
|
cd ..; ./ncbi/make/makedis.csh
|
|
|
|
install:
|
|
cd build; $(MAKE) install
|