2013-04-29 18:43:05 +02:00
|
|
|
# Created by: ntarmos@ceid.upatras.gr
|
2007-07-28 11:54:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libhid
|
|
|
|
PORTVERSION= 0.2.16
|
2007-09-12 06:07:37 +02:00
|
|
|
PORTREVISION= 1
|
2007-07-28 11:54:57 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://alioth.debian.org/frs/download.php/1958/
|
|
|
|
|
2009-03-14 14:45:28 +01:00
|
|
|
MAINTAINER= ntarmos@cs.uoi.gr
|
2013-04-29 18:43:05 +02:00
|
|
|
COMMENT= User-space HID access library written in C
|
2007-07-28 11:54:57 +02:00
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
2007-09-12 06:07:37 +02:00
|
|
|
USE_PYTHON= yes
|
2013-08-28 07:58:42 +02:00
|
|
|
USES= gmake
|
2007-07-28 11:54:57 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \
|
2007-09-12 06:07:37 +02:00
|
|
|
${LOCALBASE}/share/xsl/docbook/html:${PORTSDIR}/textproc/docbook-xsl \
|
|
|
|
${LOCALBASE}/bin/swig1.3:${PORTSDIR}/devel/swig13
|
2007-07-28 11:54:57 +02:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
2013-08-28 07:58:42 +02:00
|
|
|
CONFIGURE_ARGS+=--prefix=${PREFIX} --mandir=${MANPREFIX}/man --without-doxygen --disable-werror
|
2007-07-28 11:54:57 +02:00
|
|
|
|
2009-03-09 18:15:43 +01:00
|
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-usb
|
|
|
|
|
2013-04-29 18:43:05 +02:00
|
|
|
.include <bsd.port.mk>
|