mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
3263fab7c9
Approved by: portmgr (blanket)
29 lines
583 B
Makefile
29 lines
583 B
Makefile
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>
|