freebsd-ports/biology/iolib/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

26 lines
527 B
Makefile

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
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
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
LDFLAGS+= -lpthread
CONFLICTS_INSTALL= filters scramble # bin/scramble
.include <bsd.port.mk>