2013-04-30 17:41:49 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2009-08-29 01:34:20 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= io_lib
|
2014-04-26 04:35:37 +02:00
|
|
|
PORTVERSION= 1.13.5
|
2009-08-29 01:34:20 +02:00
|
|
|
CATEGORIES= biology
|
2014-04-26 04:35:37 +02:00
|
|
|
MASTER_SITES= SF/staden/${PORTNAME}/${PORTVERSION}
|
2009-08-29 01:34:20 +02:00
|
|
|
|
2014-04-12 09:42:33 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-04-30 17:41:49 +02:00
|
|
|
COMMENT= General purpose trace file (and Experiment File) reading interface
|
2010-08-02 17:09:21 +02:00
|
|
|
|
2014-01-20 18:02:11 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2013-04-30 17:41:49 +02:00
|
|
|
|
2013-12-11 15:43:51 +01:00
|
|
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
2010-08-02 17:09:21 +02:00
|
|
|
|
2014-01-20 18:02:11 +01:00
|
|
|
USES= gmake
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool:env
|
2009-08-29 01:34:20 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|