freebsd-ports/net/usbredir/Makefile
Tijl Coosemans 07f4ac866c - USES=libtool pathfix
- 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
2014-07-09 16:21:13 +00:00

19 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>