447c09cd04
library giving userland programs access to USB devices. PR: 24703 Submitted by: John Reynolds <jjreynold@home.com>
20 lines
362 B
Makefile
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>
|