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

PORTNAME=   libusb
PORTVERSION=    0.1.4
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libusb

MAINTAINER= johnjen@reynoldsnet.org

GNU_CONFIGURE=  yes
INSTALLS_SHLIB= yes

.include <bsd.port.mk>