c1b44346cd
until proven otherwise.
20 lines
587 B
Makefile
20 lines
587 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:03 wiz Exp $
|
|
|
|
VERSION= 0.4.2
|
|
DISTNAME= pyusb-${VERSION}
|
|
PKGNAME= ${PYPKGPREFIX}-usb-${VERSION}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyusb/}
|
|
|
|
MAINTAINER= wiml@hhhh.org
|
|
HOMEPAGE= http://pyusb.berlios.de/
|
|
COMMENT= Python interface to USB via libusb
|
|
|
|
CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.4.2
|
|
|
|
.include "../../devel/libusb/buildlink3.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|