1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/biology/iolib/Makefile
Martin Wilke 1cf7eb5d50 - Update to version 1.13.5
PR:		188863
Submitted by:	ports fury
2014-04-26 02:35:37 +00:00

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>