2001-02-26 21:45:05 +00:00
|
|
|
# New ports collection makefile for: libusb
|
|
|
|
# Date created: 27 January 2001
|
2002-01-04 22:44:13 +00:00
|
|
|
# Whom: John Reynolds <johnjen@reynoldsnet.org>
|
2001-02-26 21:45:05 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libusb
|
2002-12-08 23:35:41 +00:00
|
|
|
PORTVERSION= 0.1.7
|
2003-11-25 19:35:43 +00:00
|
|
|
PORTREVISION= 1
|
2001-02-26 21:45:05 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2002-02-23 14:33:04 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2001-02-26 21:45:05 +00:00
|
|
|
|
2002-01-04 22:44:13 +00:00
|
|
|
MAINTAINER= johnjen@reynoldsnet.org
|
2003-02-21 11:23:04 +00:00
|
|
|
COMMENT= Library giving userland programs access to USB devices
|
2001-02-26 21:45:05 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2002-02-23 14:33:04 +00:00
|
|
|
CONFIGURE_ARGS= --disable-build-docs
|
2001-02-26 21:45:05 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|