aboutsummaryrefslogtreecommitdiffstats
path: root/biology/iolib/Makefile
blob: 0dcda8a7c7427554b0d84f46c9aa807c2b432732 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   io_lib
PORTVERSION=    1.14.3
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>