blob: 388c3b36586281fb8f0df3bcaaa2289990460d40 (
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
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= io_lib
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 1-14-9
CATEGORIES= biology
MAINTAINER= danilo@FreeBSD.org
COMMENT= General purpose trace file (and Experiment File) reading interface
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libcurl.so:ftp/curl
BROKEN_powerpc64= fails to compile: bgzip.c: error: invalid operands to binary &
USE_GITHUB= yes
GH_ACCOUNT= jkbonfield
USES= autoreconf gmake libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|