summaryrefslogtreecommitdiff
path: root/biology/iolib/Makefile
blob: 9bc898878e157578688de3f1a2be1416748feb74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	io_lib
DISTVERSIONPREFIX=	${PORTNAME}-
DISTVERSION=	1-14-10
PORTREVISION=	1
CATEGORIES=	biology

MAINTAINER=	ports@FreeBSD.org
COMMENT=	General purpose trace file (and Experiment File) reading interface
WWW=		https://staden.sourceforge.net/

LICENSE=	BSD3CLAUSE

LIB_DEPENDS=	libcurl.so:ftp/curl

USES=		autoreconf gmake libtool

USE_GITHUB=	yes
GH_ACCOUNT=	jkbonfield

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip
LDFLAGS+=	-lpthread

CONFLICTS_INSTALL=	filters scramble # bin/scramble

.include <bsd.port.mk>