freebsd-ports/devel/libusb/Makefile
Mikhail Teterin 447c09cd04 Add libusb 0.1.3b,
library giving userland programs access to USB devices.

PR:		24703
Submitted by:	John Reynolds <jjreynold@home.com>
2001-02-26 21:45:05 +00:00

20 lines
362 B
Makefile

# New ports collection makefile for: libusb
# Date created: 27 January 2001
# Whom: John Reynolds <jjreynold@home.com>
#
# $FreeBSD$
#
PORTNAME= libusb
PORTVERSION= 0.1.3b
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libusb
MAINTAINER= jjreynold@home.com
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>