aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libusb/Makefile
blob: 3630bc2a620b23d49de582f15e6f02cdb4a158f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    libusb
# Date created:             27 January 2001
# Whom:                 John Reynolds <johnjen@reynoldsnet.org>
#
# $FreeBSD$
#

PORTNAME=   libusb
PORTVERSION=    0.1.7
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= johnjen@reynoldsnet.org
COMMENT=    Library giving userland programs access to USB devices

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-build-docs
INSTALLS_SHLIB= yes

.include <bsd.port.mk>