freebsd-ports/devel/libusb/Makefile
Volker Stolz 27f30c18c4 Add minimal patch to make libusb build with plain gcc on 4.x again.
This also allows us to return to standard libtool-handling.

PR:		ports/80169
Submitted by:	Helge Oldach
Approved by:	maintainer timeout
2005-06-29 10:48:56 +00:00

23 lines
515 B
Makefile

# New ports collection makefile for: libusb
# Date created: 27 January 2001
# Whom: John Reynolds <johnjen@reynoldsnet.org>
#
# $FreeBSD$
#
PORTNAME= libusb
PORTVERSION= 0.1.10a
#PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= johnjen@reynoldsnet.org
COMMENT= Library giving userland programs access to USB devices
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-build-docs
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
.include <bsd.port.mk>