summaryrefslogtreecommitdiffstats
path: root/devel/libhid/Makefile
blob: 43daa42cf773a653effd5d573d6f9c2c26bd8b15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: ntarmos@ceid.upatras.gr
# $FreeBSD$

PORTNAME=	libhid
PORTVERSION=	0.2.16
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	http://alioth.debian.org/frs/download.php/1958/

MAINTAINER=	ntarmos@cs.uoi.gr
COMMENT=	User-space HID access library written in C

MAN1=		libhid-detach-device.1
MANCOMPRESSED=	no
USE_LDCONFIG=	yes
USE_PYTHON=	yes
USES=		gmake

BUILD_DEPENDS+=	${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \
		${LOCALBASE}/share/xsl/docbook/html:${PORTSDIR}/textproc/docbook-xsl \
		${LOCALBASE}/bin/swig1.3:${PORTSDIR}/devel/swig13

HAS_CONFIGURE=	yes
CONFIGURE_ARGS+=--prefix=${PREFIX} --mandir=${MANPREFIX}/man --without-doxygen --disable-werror

EXTRA_PATCHES=	${FILESDIR}/extra-patch-usb

NO_STAGE=	yes
.include <bsd.port.mk>
OpenPOWER on IntegriCloud