freebsd-ports/biology/iolib/Makefile

22 lines
444 B
Makefile
Raw Normal View History

# 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
2014-01-20 18:02:11 +01:00
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
2014-01-20 18:02:11 +01:00
USES= gmake
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool:env
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>