bdd2d4af96
Update the CONFLICTS definitions of ports in the following categories: - accessibility - archivers - audio - benchmarks - biology - cad - chinese - comms - converters An attempt has been made to use generic conflicts patterns that do not have to be updated whenever a new version of a conflicting port is added to the ports system. There is a misunderstanding that the port being built/installed has to be omitted from the conflicts pattern. This is not true - the port being built is implicitly non-conflicting due to logic in bsd.port.mk. Approved by: portmgr (implicit)
27 lines
537 B
Makefile
27 lines
537 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
|
|
|
|
CONFLICTS_INSTALL= filters scramble # bin/scramble
|
|
|
|
.include <bsd.port.mk>
|