freebsd-ports/devel/libusb/Makefile
Kevin Lo a33196df5e Update to 0.1.6a
PR: 39945
Submitted by: MAINTAINER
2002-06-28 07:54:14 +00:00

20 lines
414 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.6a
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>