pkgsrc/net/libiscsi/Makefile
tnn 8a499e478d net/libiscsi: import libiscsi-1.19.0
Libiscsi is a client-side library to implement the iSCSI protocol that can
be used to access the resources of an iSCSI target.

The library is fully asynchronous with regards to iSCSI commands and SCSI
tasks, but a synchronous layer is also provided for ease of use for simpler
applications.
2020-03-13 13:21:39 +00:00

22 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/03/13 13:21:39 tnn Exp $
DISTNAME= libiscsi-1.19.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=sahlberg/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/sahlberg/libiscsi
COMMENT= iscsi client library and utilities
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= aclocal autoconf automake autoreconf gmake pkg-config
PKGCONFIG_OVERRIDE+= libiscsi.pc.in
BUILDLINK_TRANSFORM+= rm:-Werror
pre-configure:
cd ${WRKSRC} && autoreconf -if
.include "../../mk/bsd.pkg.mk"