mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
07f4ac866c
- Add INSTALL_TARGET=install-strip - Remove MAKE_ARGS and MAKE_ENV - Remove files/libusb-1.0.pc, not needed with LIBUSB_CFLAGS and LIBUSB_LIBS set in CONFIGURE_ENV
20 lines
468 B
Makefile
20 lines
468 B
Makefile
# Created by: Juergen Lock <nox@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= usbredir
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= net devel
|
|
MASTER_SITES= http://spice-space.org/download/usbredir/
|
|
|
|
MAINTAINER= nox@FreeBSD.org
|
|
COMMENT= protocol for redirection of USB traffic
|
|
|
|
USES= gmake libtool pathfix pkgconfig tar:bzip2
|
|
PATCH_STRIP= -p1
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
CONFIGURE_ENV= LIBUSB_CFLAGS=-DLIBUSB_CALL= LIBUSB_LIBS=-lusb
|
|
|
|
.include <bsd.port.mk>
|