Files
ports/comms/gensio/Makefile
T
Rodrigo Osorio 5db06dc12c comms/gensio: Add new port
Gensio is a framework for giving a consistent view of various stream
I/O types. It's used by ser2net to manage network connections.
2025-02-19 11:01:10 +01:00

19 lines
443 B
Makefile

PORTNAME= gensio
PORTVERSION= 2.8.12
CATEGORIES= comms
MASTER_SITES= https://github.com/cminyard/gensio/releases/download/v${PORTVERSION}/
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= General Stream I/O framework
WWW= https://github.com/cminyard/gensio
LICENSE= GPLv2 LGPL21
LICENSE_COMB= dual
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
USES= gmake libtool ssl
GNU_CONFIGURE= yes
.include <bsd.port.mk>