diff options
Diffstat (limited to 'devel/libusb/Makefile')
-rw-r--r-- | devel/libusb/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile new file mode 100644 index 00000000000..47086db9f70 --- /dev/null +++ b/devel/libusb/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/28 10:11:41 drochner Exp $ +# + +DISTNAME= libusb-0.1.3b +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusb/} + +MAINTAINER= drochner@netbsd.org +HOMEPAGE= http://libusb.sourceforge.net/ +COMMENT= USB access library + +GNU_CONFIGURE= YES +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../../mk/bsd.pkg.mk" |