freebsd-ports/biology/iolib/Makefile
Martin Wilke 4afd96b25b Io_lib is a library of file reading and writing code to provide a
general purpose trace file (and Experiment File) reading interface.
The programmer simply calls the (eg) read_reading to create a "Read"
C structure with the data loaded into memory. It has been compiled
and tested on a variety of unix systems, MacOS X and MS Windows.

WWW:	http://staden.sourceforge.net/

PR:		ports/138254
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-08-28 23:34:20 +00:00

32 lines
849 B
Makefile

# New ports collection makefile for: io_lib
# Date created: 27 Aug, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= io_lib
PORTVERSION= 1.12.1
CATEGORIES= biology
MASTER_SITES= SF
MASTER_SITE_SUBDIR= staden/${PORTNAME}/${PORTVERSION}
MAINTAINER= wenheping@gmail.com
COMMENT= A general purpose trace file(and Experiment File) reading interface
USE_AUTOTOOLS= libtool:22:env
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
MAN1= srf_index_hash.1 srf_info.1 srf_list.1 illumina2srf.1 \
srf2fasta.1 srf2fastq.1
MAN3= read_scf_header.3 read_allocate.3 ExperimentFile.3 \
write_reading.3 write_scf.3 read_deallocate.3 \
fwrite_reading.3 read2scf.3 scf2read.3 \
fwrite_scf.3 write_scf_header.3 read_reading.3 \
read_scf.3 exp2read.3 fread_reading.3 \
read2exp.3 fread_scf.3
MAN4= Read.4
.include <bsd.port.mk>