bl3ify
This commit is contained in:
parent
94c6309b68
commit
251136c311
2 changed files with 19 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2004/02/14 17:21:38 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2004/02/21 22:54:04 cube Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libusb-0.1.7
|
||||
|
@ -9,7 +9,7 @@ MAINTAINER= drochner@NetBSD.org
|
|||
HOMEPAGE= http://libusb.sourceforge.net/
|
||||
COMMENT= USB access library
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
USE_BUILDLINK3= YES
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS+= --disable-build-docs
|
||||
USE_LIBTOOL= YES
|
||||
|
|
17
devel/libusb/buildlink3.mk
Normal file
17
devel/libusb/buildlink3.mk
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2004/02/21 22:54:04 cube Exp $
|
||||
#
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
LIBUSB_BUILDLINK3_MK:= ${LIBUSB_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= libusb
|
||||
.endif
|
||||
|
||||
.if !empty(LIBUSB_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_PACKAGES+= libusb
|
||||
BUILDLINK_DEPENDS.libusb+= libusb>=0.1.7
|
||||
BUILDLINK_PKGSRCDIR.libusb?= ../../devel/libusb
|
||||
.endif # LIBUSB_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
Loading…
Reference in a new issue