1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/libusb/Makefile

26 lines
654 B
Makefile
Raw Normal View History

# New ports collection makefile for: libusb
# Date created: 27 January 2001
# Whom: John Reynolds <johnjen@reynoldsnet.org>
#
# $FreeBSD$
#
PORTNAME= libusb
PORTVERSION= 0.1.12
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
2006-03-29 06:53:49 +00:00
MAINTAINER= ports@FreeBSD.org
2003-02-21 11:23:04 +00:00
COMMENT= Library giving userland programs access to USB devices
CONFIGURE_ARGS= --disable-build-docs
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' ${WRKSRC}/descriptors.c
.include <bsd.port.mk>