mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
2e8ad31ad5
- Add libtool to USES - Take maintainership
21 lines
426 B
Makefile
21 lines
426 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= io_lib
|
|
PORTVERSION= 1.13.7
|
|
CATEGORIES= biology
|
|
MASTER_SITES= SF/staden/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= General purpose trace file (and Experiment File) reading interface
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
|
|
|
USES= gmake libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|