1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net/usbredir/Makefile
2021-04-06 16:31:07 +02:00

24 lines
533 B
Makefile

# Created by: Juergen Lock <nox@FreeBSD.org>
PORTNAME= usbredir
PORTVERSION= 0.8.0
CATEGORIES= net devel
MASTER_SITES= http://spice-space.org/download/usbredir/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Protocol for redirection of USB traffic
LICENSE= GPLv2 LGPL21
LICENSE_COMB= dual
USES= gmake libtool pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} 's|SOL_TCP|IPPROTO_TCP|' \
${WRKSRC}/usbredirserver/usbredirserver.c
.include <bsd.port.mk>