1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/usbredir/Makefile
Muhammad Moinur Rahman ba0b4feb08 net/usbredir: Update version 0.6=>0.7.1
- Take MAINTAINERSHIP
2015-12-16 17:10:22 +00:00

22 lines
498 B
Makefile

# Created by: Juergen Lock <nox@FreeBSD.org>
# $FreeBSD$
PORTNAME= usbredir
PORTVERSION= 0.7.1
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
CONFIGURE_ENV= LIBUSB_CFLAGS=-DLIBUSB_CALL= LIBUSB_LIBS=-lusb
.include <bsd.port.mk>