blob: 47c1a225265be54357b3aca4dce5adf0f0fdb8b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= libiscsi
DISTVERSION= 1.19.0
CATEGORIES= net
MAINTAINER= d8zNeCFG@aon.at
COMMENT= Client-side library to implement the iSCSI protocol
WWW= https://github.com/sahlberg/libiscsi
LICENSE= LGPL21+ GPLv2+
LICENSE_COMB= multi
LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENCE-LGPL-2.1.txt
LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENCE-GPL-2.txt
USES= autoreconf compiler:c11 libtool pathfix
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= sahlberg
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|