aboutsummaryrefslogtreecommitdiffstats
path: root/biology/iolib/Makefile
blob: 40e47c27dc923b9c1aaa154bbfcd4a27101960ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   io_lib
PORTVERSION=    1.13.0
PORTREVISION=   1
CATEGORIES= biology
MASTER_SITES=   SF
MASTER_SITE_SUBDIR= staden/${PORTNAME}/${PORTVERSION}

MAINTAINER= culot@FreeBSD.org
COMMENT=    General purpose trace file (and Experiment File) reading interface

LICENSE=    BSD

LIB_DEPENDS=    curl:${PORTSDIR}/ftp/curl

USE_AUTOTOOLS=  libtool:env
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_LDCONFIG=   yes

MAN1=   scramble.1 srf_index_hash.1 srf_info.1 srf_list.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>