Add ITSx to th src
Former-commit-id: 7f75da850aa538ea79e633d2a600e3c42558cdba Former-commit-id: 96200ce9daf7a9fd51d532cc2403611eaf8026f1
This commit is contained in:
BIN
src/ITSx/ITSx_1.0.11.tgz
Normal file
BIN
src/ITSx/ITSx_1.0.11.tgz
Normal file
Binary file not shown.
60
src/ITSx/Makefile
Normal file
60
src/ITSx/Makefile
Normal file
@ -0,0 +1,60 @@
|
||||
# ---------------------------------------------------------------
|
||||
# $Id: $
|
||||
# ---------------------------------------------------------------
|
||||
# @file: Makefile
|
||||
# @desc: makefile for package exonerate
|
||||
#
|
||||
# @history:
|
||||
# @+ <Gloup> : Sept 15 : Adapted to ORG.Annot
|
||||
#
|
||||
# @note: should be processed with gnu compatible make
|
||||
# @note: helixware_compatible
|
||||
#
|
||||
# @end:
|
||||
# ---------------------------------------------------------------
|
||||
#
|
||||
|
||||
include ../../config/auto.conf
|
||||
|
||||
PKG = ITSx_1.0.11
|
||||
PKGTAR ?= $(PKG).tgz
|
||||
|
||||
PKGDIR ?= build.$(PORTNAME)
|
||||
|
||||
PRTPATH = $(abspath $(PRTDIR))
|
||||
DATADIR = $(CFGDIR)../data
|
||||
DATAITS = $(DATADIR)/its
|
||||
|
||||
#
|
||||
# Rules
|
||||
#
|
||||
|
||||
.PHONY: all clean test portclean pkg pkg.expand pkg.install
|
||||
|
||||
all:: pkg
|
||||
|
||||
pkg.expand::
|
||||
test -d $(PKGDIR) || mkdir $(PKGDIR)
|
||||
$(TAR) zxf $(PKGTAR) -C $(PKGDIR) --strip-components 1
|
||||
|
||||
pkg.install:: pkg.expand
|
||||
@mkdir -p $(BINDIR)
|
||||
@cp $(PKGDIR)/ITSx $(BINDIR)
|
||||
@mkdir -p $(DATAITS)
|
||||
@cp -r $(PKGDIR)/ITSx_db $(DATAITS)
|
||||
@echo "+++++++++++ package $(PKG) done"
|
||||
|
||||
pkg:: pkg.install
|
||||
|
||||
test::
|
||||
echo No test available
|
||||
|
||||
clean::
|
||||
echo Done
|
||||
|
||||
portclean::
|
||||
(! test -d $(PKGDIR)) || \rm -r $(PKGDIR)
|
||||
|
||||
|
||||
include $(CFGDIR)targets/help.targ
|
||||
|
@ -32,7 +32,8 @@ DIRS = aragorn \
|
||||
gawk \
|
||||
getopt \
|
||||
cd-hit \
|
||||
tcsh
|
||||
tcsh \
|
||||
ITSx
|
||||
|
||||
include ../config/targets/propagate.targ
|
||||
|
||||
|
1
src/cd-hit/.gitignore
vendored
Normal file
1
src/cd-hit/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/build.i386-darwin/
|
1
src/getopt/.gitignore
vendored
Normal file
1
src/getopt/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/build.i386-darwin/
|
Reference in New Issue
Block a user