mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
24 lines
475 B
Makefile
24 lines
475 B
Makefile
# Created by: M. Birgmeier
|
|
|
|
PORTNAME= libiscsi
|
|
DISTVERSION= 1.19.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= d8zNeCFG@aon.at
|
|
COMMENT= Client-side library to implement the iSCSI protocol
|
|
|
|
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>
|