1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/biology/iolib/Makefile
2021-05-19 20:56:24 +01:00

26 lines
485 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= io_lib
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 1-14-10
CATEGORIES= biology
MAINTAINER= ports@FreeBSD.org
COMMENT= General purpose trace file (and Experiment File) reading interface
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libcurl.so:ftp/curl
USES= autoreconf gmake libtool
USE_GITHUB= yes
GH_ACCOUNT= jkbonfield
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
LDFLAGS+= -lpthread
.include <bsd.port.mk>