1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/libusb/Makefile
Josef Karthauser 4837a9b0ad Update to 0.1.7.
PR:	ports/46059
2002-12-08 23:35:41 +00:00

21 lines
413 B
Makefile

# New ports collection makefile for: libusb
# Date created: 27 January 2001
# Whom: John Reynolds <johnjen@reynoldsnet.org>
#
# $FreeBSD$
#
PORTNAME= libusb
PORTVERSION= 0.1.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= johnjen@reynoldsnet.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-build-docs
INSTALLS_SHLIB= yes
.include <bsd.port.mk>