freebsd-ports/biology/iolib/Makefile
Mark Linimon a49b9e822c Remove the inccorrect typedefs to fix build on tier-2.
PR:		232390
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-11-05 19:42:37 +00:00

26 lines
478 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= io_lib
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 1-14-10
CATEGORIES= biology
MAINTAINER= danilo@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
.include <bsd.port.mk>