mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
22 lines
477 B
Makefile
22 lines
477 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.7
|
|
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
|
|
|
|
.include <bsd.port.mk>
|