1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/biology/iolib/Makefile
Danilo Egea Gondolfo a995c42a3b - Update to 1.14.7
2016-02-20 16:05:59 +00:00

22 lines
456 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= io_lib
PORTVERSION= 1.14.7
CATEGORIES= biology
MASTER_SITES= SF/staden/${PORTNAME}/${PORTVERSION}
MAINTAINER= danilo@FreeBSD.org
COMMENT= General purpose trace file (and Experiment File) reading interface
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
USES= gmake libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>