mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
1cf7eb5d50
PR: 188863 Submitted by: ports fury
22 lines
444 B
Makefile
22 lines
444 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= io_lib
|
|
PORTVERSION= 1.13.5
|
|
CATEGORIES= biology
|
|
MASTER_SITES= SF/staden/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= General purpose trace file (and Experiment File) reading interface
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
|
|
|
USES= gmake
|
|
USE_AUTOTOOLS= libtool:env
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|